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.
mock
1 parent 492c2da commit dace5c4Copy full SHA for dace5c4
src/linter/rules/__tests__/invalid-change-version.test.mjs
@@ -1,7 +1,7 @@
1
import { deepStrictEqual, strictEqual } from 'node:assert';
2
import { spawnSync } from 'node:child_process';
3
import { execPath } from 'node:process';
4
-import { describe, it } from 'node:test';
+import { describe, it, mock } from 'node:test';
5
import { fileURLToPath } from 'node:url';
6
7
import dedent from 'dedent';
0 commit comments