We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dff415e commit 3638d6aCopy full SHA for 3638d6a
README.md
@@ -94,23 +94,8 @@ Run all the tests:
94
gulp test
95
```
96
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
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
112
-gulp coverage
113
+You can also run just the NodeJS tests with `gulp test:node`, just the browser tests with `gulp test:browser`
+or create a test coverage report (you can open `coverage/lcov-report/index.html` to visualize it) with `gulp coverage`.
114
115
## License
116
0 commit comments