We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c9ee6 commit 8525c9eCopy full SHA for 8525c9e
apps/site/pages/en/learn/test-runner/mocking.md
@@ -149,7 +149,7 @@ This leverages [`mock`](https://nodejs.org/api/test.html#class-mocktracker) from
149
import assert from 'node:assert/strict';
150
import { before, describe, it, mock } from 'node:test';
151
152
-describe('foo', concurrency: true }, () => {
+describe('foo', { concurrency: true }, () => {
153
let barMock = mock.fn();
154
let foo;
155
0 commit comments