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 dec916e commit 563d8d4Copy full SHA for 563d8d4
test/index.js
@@ -2,7 +2,7 @@
2
* @typedef {import('../lib/index.js').HastNode} HastNode
3
*/
4
5
-import assert from 'node:assert'
+import assert from 'node:assert/strict'
6
import fs from 'node:fs/promises'
7
import process from 'node:process'
8
import test from 'node:test'
0 commit comments