Skip to content

Commit bf6f0b0

Browse files
authored
Merge branch 'master' into debug-option
2 parents 1b8d04f + 38b3e9e commit bf6f0b0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Most importantly, Karmatic provides a (headless) browser test harness in a singl
1515
## Installation
1616

1717
```sh
18-
npm i -D karmatic
18+
npm i -D webpack karmatic
1919
```
2020

2121
... then add a `test` script to your `package.json`:

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"prepare": "npm t",
1010
"build": "microbundle --target node --external all -f cjs --no-compress src/*.js",
1111
"test:build": "node ./dist/cli.js run",
12+
"test:watch": "node ./dist/cli.js watch --headless false",
1213
"test": "eslint src test && npm run -s build && npm run -s test:build",
1314
"release": "npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
1415
},
@@ -44,11 +45,11 @@
4445
"babel-preset-stage-0": "^6.24.1",
4546
"chalk": "^2.3.0",
4647
"dlv": "^1.1.1",
47-
"jasmine-core": "^2.9.1",
48-
"karma": "^2.0.0",
48+
"jasmine-core": "^3.3.0",
49+
"karma": "^3.1.1",
4950
"karma-chrome-launcher": "^2.2.0",
5051
"karma-coverage": "^1.1.2",
51-
"karma-jasmine": "^1.1.1",
52+
"karma-jasmine": "^2.0.1",
5253
"karma-sourcemap-loader": "^0.3.7",
5354
"karma-spec-reporter": "0.0.32",
5455
"karma-webpack": "2.0.7",

0 commit comments

Comments
 (0)