Skip to content

Commit b372966

Browse files
author
Claudio Mezzasalma
committed
Removed debug Karma options
1 parent 1e36db6 commit b372966

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/karma.conf.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ module.exports = function(config) {
9494

9595
// report which specs are slower than 500ms
9696
// CLI --report-slower-than 500
97-
reportSlowerThan: 500,
98-
99-
transport: ['websocket', 'polling']
97+
reportSlowerThan: 500
10098
});
10199
};

0 commit comments

Comments
 (0)