Skip to content

Commit 3638d6a

Browse files
committed
Update README.md
1 parent dff415e commit 3638d6a

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

README.md

+2-17
Original file line numberDiff line numberDiff line change
@@ -94,23 +94,8 @@ Run all the tests:
9494
gulp test
9595
```
9696

97-
Run the NodeJS tests with mocha:
98-
99-
```sh
100-
gulp test:node
101-
```
102-
103-
Run the browser tests with karma:
104-
105-
```sh
106-
gulp test:browser
107-
```
108-
109-
Create a test coverage report (you can open `coverage/lcov-report/index.html` to visualize it):
110-
111-
```sh
112-
gulp coverage
113-
```
97+
You can also run just the NodeJS tests with `gulp test:node`, just the browser tests with `gulp test:browser`
98+
or create a test coverage report (you can open `coverage/lcov-report/index.html` to visualize it) with `gulp coverage`.
11499

115100
## License
116101

0 commit comments

Comments
 (0)