Skip to content

Commit d5f5260

Browse files
committed
assert => node:assert
1 parent 741d8ce commit d5f5260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { ok, strictEqual: eq, throws } = require('assert');
1+
const { ok, strictEqual: eq, throws } = require('node:assert');
22
const { describe, it } = require('zunit');
33
const { fake, real } = require('..');
44

0 commit comments

Comments
 (0)