You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -288,14 +288,14 @@ Please refer to [the "Install" section](https://github.com/brianc/node-postgres/
288
288
289
289
When developing, it's often faster to run individual test files rather than entire test suites. **Never run `yarn test` directly** as it requires too much setup and takes too long.
290
290
291
-
To target specific tests, use the `--grep` flag with mocha or tap to match test names:
291
+
To target specific tests, use the `--grep` flag with mocha to match test names:
292
292
293
293
```sh
294
294
yarn test:debugger --grep "test name pattern"
295
295
yarn test:appsec --grep "specific test"
296
296
```
297
297
298
-
**Note:**This project uses a mix of tap and mocha for testing. However, new tests should be written using mocha, not tap.
0 commit comments