Skip to content

Commit

Permalink
Load all files in the test directory as they will be required anyway.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh Rao committed May 6, 2016
1 parent 22e8014 commit 4913fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .karmarc
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ module.exports = function(config) {
{ pattern: path.join(CFG.DIR.test, CFG.FILE.config.testMain) },
// /RequireJS main config

// Test scripts and fixtures
{ pattern: path.join(CFG.DIR.test, "**", "*." + CFG.FILE.extension.script.js), included: false }
// Test scripts and fixtures, RequireJS main config
{ pattern: path.join(CFG.DIR.test, "**", "*"), included: false }
// /Test scripts and fixtures
],

Expand Down

0 comments on commit 4913fb3

Please sign in to comment.