From 085c32cda57c2d6f7a1aef0c69fc4b0618deaafd Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Fri, 14 Jul 2023 11:24:08 -0400 Subject: [PATCH] lint:fix --- tests/smoke-tests/--typescript.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/smoke-tests/--typescript.test.ts b/tests/smoke-tests/--typescript.test.ts index 6b03a375..b0c07c60 100644 --- a/tests/smoke-tests/--typescript.test.ts +++ b/tests/smoke-tests/--typescript.test.ts @@ -1,4 +1,3 @@ -import fs from 'node:fs/promises'; import path from 'node:path'; import { afterAll, beforeAll, describe, expect, it } from 'vitest';