Skip to content

Commit 13676b9

Browse files
committed
fix testem livereload
Testem was watching what appears to be the old location of the library.
1 parent e3bd05f commit 13676b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testem.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"framework": "qunit",
33
"src_files": [
4-
"loader.js"
4+
"lib/loader/loader.js",
5+
"tests/all.js"
56
],
67
"test_page": "tests/index.html?hidepassed",
78
"launch_in_dev": [

0 commit comments

Comments
 (0)