From 3c1a743a4118c819be12d0896e16137f73132b0d Mon Sep 17 00:00:00 2001 From: Joschka Date: Tue, 22 Sep 2015 00:46:41 +0200 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20serve=20dependencies=20that=20a?= =?UTF-8?q?re=20already=20bundled?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- testem.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/testem.json b/testem.json index 977793f..f70f575 100644 --- a/testem.json +++ b/testem.json @@ -1,8 +1,6 @@ { "framework": "mocha", "src_files": [ - "node_modules/chai/chai.js", - "node_modules/sinon/pkg/sinon.js", "build/tests.js" ], "launchers": {