Skip to content

Commit 41bbaad

Browse files
authored
Merge pull request #2340 from cjihrig/node-test-runner
test: replace mocha with node:test
2 parents 815c49b + 658b8b4 commit 41bbaad

28 files changed

+2275
-5731
lines changed

.mocharc.json

-10
This file was deleted.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Run `npm run lint` or install an editor plugin.
177177

178178
# Testing
179179

180-
Tests are written using the [Mocha](https://mochajs.org/) test runner and
180+
Tests are written using the [`node:test`](https://nodejs.org/api/test.html) test runner and
181181
[`node:assert`](https://nodejs.org/api/assert.html) assertion library. See
182182
[`config_test.ts`](./src/config_test.ts) for an example.
183183

0 commit comments

Comments
 (0)