From 9eb669015a1fa3a9642367df2c7f03d3249ad72b Mon Sep 17 00:00:00 2001 From: GP Date: Fri, 24 May 2024 16:19:14 +0530 Subject: [PATCH] fix(tests): add back missing import --- test/integration.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration.test.ts b/test/integration.test.ts index faf751b5..31eae164 100644 --- a/test/integration.test.ts +++ b/test/integration.test.ts @@ -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,