Skip to content

Commit

Permalink
Merge pull request ember-cli#89 from ember-cli/fix-testem
Browse files Browse the repository at this point in the history
fix testem livereload
  • Loading branch information
ef4 authored Jun 23, 2016
2 parents 094c05d + 13676b9 commit 62b7ec8
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 62b7ec8

Please sign in to comment.