We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94dc231 commit b9dbce7Copy full SHA for b9dbce7
karma.conf.js
@@ -1,15 +1,13 @@
1
-var glob = require('glob');
2
-
3
module.exports = function (config) {
4
config.set({
5
6
basePath: '',
7
8
frameworks: [ 'mocha', 'browserify' ],
9
10
- files: glob.sync('modules/**/__tests__/*-test.js'),
11
12
- exclude: [],
+ files: [
+ 'modules/**/__tests__/*-test.js'
+ ],
13
14
preprocessors: {
15
'modules/**/__tests__/*-test.js': [ 'browserify' ]
package.json
@@ -30,7 +30,6 @@
30
"envify": "1.2.0",
31
"events": "1.0.2",
32
"expect": "0.1.1",
33
- "glob": "4.2.1",
34
"jsx-loader": "0.12.0",
35
"jsxhint": "^0.8.1",
36
"karma": "0.12.16",
0 commit comments