From 8c31c7074ae99468bb0920c6fcd57edc37332f22 Mon Sep 17 00:00:00 2001 From: Joe Clark Date: Thu, 11 Jan 2024 10:01:27 +0000 Subject: [PATCH] engine: remove unused import from test --- packages/engine-multi/test/api.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/engine-multi/test/api.test.ts b/packages/engine-multi/test/api.test.ts index 540ccb074..7a9091dac 100644 --- a/packages/engine-multi/test/api.test.ts +++ b/packages/engine-multi/test/api.test.ts @@ -5,7 +5,6 @@ import { PURGE } from '../src/events'; import pkg from '../package.json' assert { type: 'json' }; import { RuntimeEngine } from '../src/types'; -import whitelist from '../src/whitelist'; // thes are tests on the public api functions generally // so these are very high level tests and don't allow mock workers or anything