Skip to content

Commit

Permalink
fix testem livereload
Browse files Browse the repository at this point in the history
Testem was watching what appears to be the old location of the library.
  • Loading branch information
ef4 committed Jun 23, 2016
1 parent e3bd05f commit 13676b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testem.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"framework": "qunit",
"src_files": [
"loader.js"
"lib/loader/loader.js",
"tests/all.js"
],
"test_page": "tests/index.html?hidepassed",
"launch_in_dev": [
Expand Down

0 comments on commit 13676b9

Please sign in to comment.