Skip to content

Commit b14d274

Browse files
committed
fix test-watch on readme
1 parent e35cf8b commit b14d274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ All scripts are run with `npm run [script]`, for example: `npm run test`.
3636
* `build` - generate a minified build to dist folder
3737
* `start` - start development server, try it by opening `http://localhost:8080/`
3838
* `test` - run all tests
39-
* `test-live` - continuously run unit tests watching for changes
39+
* `test-watch` - continuously run unit tests watching for changes
4040

4141
See what each script does by looking at the `scripts` section in [package.json](./package.json).
4242

0 commit comments

Comments
 (0)