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 e35cf8b commit b14d274Copy full SHA for b14d274
README.md
@@ -36,7 +36,7 @@ All scripts are run with `npm run [script]`, for example: `npm run test`.
36
* `build` - generate a minified build to dist folder
37
* `start` - start development server, try it by opening `http://localhost:8080/`
38
* `test` - run all tests
39
-* `test-live` - continuously run unit tests watching for changes
+* `test-watch` - continuously run unit tests watching for changes
40
41
See what each script does by looking at the `scripts` section in [package.json](./package.json).
42
0 commit comments