Skip to content

Commit 141a4b9

Browse files
committed
night watch introduced in
1 parent 60114ef commit 141a4b9

File tree

10 files changed

+701
-133
lines changed

10 files changed

+701
-133
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ built/
66
/.idea
77
coverage/
88
.nyc_output/
9+
/reports

bin/selenium-server-standalone.jar

23.4 MB
Binary file not shown.

karma.conf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ module.exports = function (config) {
1313
'karma-webpack',
1414
'karma-babel-preprocessor',
1515
'karma-coverage',
16-
'karma-mocha-reporter'
16+
'karma-mocha-reporter',
17+
1718
],
1819
preprocessors: {
1920
'./test/*.js': ['webpack','coverage'],

0 commit comments

Comments
 (0)