Skip to content

Commit

Permalink
assert => node:assert
Browse files Browse the repository at this point in the history
  • Loading branch information
cressie176 committed Dec 19, 2024
1 parent 741d8ce commit d5f5260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { ok, strictEqual: eq, throws } = require('assert');
const { ok, strictEqual: eq, throws } = require('node:assert');
const { describe, it } = require('zunit');
const { fake, real } = require('..');

Expand Down

0 comments on commit d5f5260

Please sign in to comment.