Skip to content

Commit 87c5e00

Browse files
committed
Fix Jest
1 parent 3d76514 commit 87c5e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/sandbox/eval/cache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Responsible for consuming and syncing with the server/local cache
22
import localforage from 'localforage';
33
import _debug from 'app/utils/debug';
4-
import type { default as Manager } from './manager';
4+
// import type { default as Manager } from './manager';
55

66
import { SCRIPT_VERSION } from '../';
77

0 commit comments

Comments
 (0)