Skip to content

Commit

Permalink
engine: remove unused import from test
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Jan 11, 2024
1 parent 85725e1 commit 8c31c70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/engine-multi/test/api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c31c70

Please sign in to comment.