Skip to content

Commit

Permalink
Don’t serve dependencies that are already bundled
Browse files Browse the repository at this point in the history
Because the test modules are passed through Browserify, all their dependencies
are already part of the resulting `tests.js` bundle file, just like the tested
application code.
  • Loading branch information
jkintscher committed Sep 21, 2015
1 parent 6f6610d commit 3c1a743
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testem.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"framework": "mocha",
"src_files": [
"node_modules/chai/chai.js",
"node_modules/sinon/pkg/sinon.js",
"build/tests.js"
],
"launchers": {
Expand Down

0 comments on commit 3c1a743

Please sign in to comment.