Skip to content

Commit 563d8d4

Browse files
committed
Use strict assertions
1 parent dec916e commit 563d8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @typedef {import('../lib/index.js').HastNode} HastNode
33
*/
44

5-
import assert from 'node:assert'
5+
import assert from 'node:assert/strict'
66
import fs from 'node:fs/promises'
77
import process from 'node:process'
88
import test from 'node:test'

0 commit comments

Comments
 (0)