Skip to content

Commit 9799272

Browse files
author
Guy Bedford
committed
lint fix
1 parent 7ac5765 commit 9799272

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/es-module/test-esm-wasm.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { spawnPromisified } from '../common/index.mjs';
22
import * as fixtures from '../common/fixtures.mjs';
3-
import { strictEqual, match } from 'node:assert';
3+
import { strictEqual } from 'node:assert';
44
import { execPath } from 'node:process';
55
import { describe, it } from 'node:test';
66

0 commit comments

Comments
 (0)