We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f126d62 commit 4475fe2Copy full SHA for 4475fe2
test/11db.engine.basics.test.js
@@ -4,9 +4,9 @@ use(chaiAsPromised);
4
5
import '../src/lang/index.js';
6
import { matchRelationSelector, normalizeRelationSelectorArg } from '../src/entry/abstracts/util.js';
7
-import { StorageEngine } from '../src/flash/StorageEngine.js';
8
-import { FlashClient } from '../src/flash/FlashClient.js';
9
-import { TableStorage } from '../src/flash/TableStorage.js';
+import { StorageEngine } from '../src/flashql/StorageEngine.js';
+import { FlashClient } from '../src/flashql/FlashClient.js';
+import { TableStorage } from '../src/flashql/TableStorage.js';
10
11
describe('Util', () => {
12
0 commit comments