Skip to content

Commit cb284f4

Browse files
committed
update .karma.conf
1 parent f0b8654 commit cb284f4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.karma.conf.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ module.exports = function(config) {
1717
// list of files / patterns to load in the browser
1818
files: [
1919
'src/**/*.js',
20-
'test/e2e/fixture.js',
21-
'test/e2e/**/*.spec.js'
20+
'test/e2e/**/*.js'
2221
],
2322

2423
// list of files to exclude
@@ -29,7 +28,7 @@ module.exports = function(config) {
2928
// https://npmjs.org/browse/keyword/karma-preprocessor
3029
preprocessors: {
3130
'src/**/*.js': 'browserify',
32-
'test/unit/**/*.js': 'browserify'
31+
'test/e2e/**/*.js': 'browserify'
3332
},
3433

3534
browserify: {

0 commit comments

Comments
 (0)