3 changed files with 15 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||
// karma.conf.js
|
|||
module.exports = function(config) { |
|||
config.set({ |
|||
frameworks: ['mocha'], |
|||
files: [ |
|||
'browser/tests.js' |
|||
] |
|||
}); |
|||
}; |
Loading…
Reference in new issue