Skip to content

Commit 00d5639

Browse files
authored
chore: update dependencies (#11339)
* style: sort package json * chore: update dependencies * fix: update dependencies added by the init command * fix: restore node 16/18 compatibility * docs: update package description * chore: remove unused dependencies
1 parent ecae9f5 commit 00d5639

File tree

6 files changed

+3140
-3101
lines changed

6 files changed

+3140
-3101
lines changed

DEVELOPER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ To do this, you can temporarily modify your test definitions by adding [`.only`
145145
describe.only('your describe test', ....)
146146
```
147147

148-
Alternatively, you can use the `--grep` flag to pass a regex to `gulp-mocha`. Only the tests that have `describe`/`it` statements that match the regex will be run. For example:
148+
Alternatively, you can use the `--grep` flag to pass a regex to `mocha`. Only the tests that have `describe`/`it` statements that match the regex will be run. For example:
149149

150150
```shell
151151
npm test -- --grep="github issues > #363"

0 commit comments

Comments
 (0)