Skip to content

Commit

Permalink
fix(tests): add back missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
paambaati committed May 24, 2024
1 parent d6a8fe1 commit 9eb6690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { unlinkSync } from 'node:fs';
import { EOL, arch, platform } from 'node:os';
import { hookStd } from 'hook-std';
import t from 'tap';
import {
DOWNLOAD_URL,
EXECUTABLE,
Expand Down

0 comments on commit 9eb6690

Please sign in to comment.