Skip to content

Commit

Permalink
Fix import in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Dec 19, 2024
1 parent 74529ac commit a4e4bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/setup-storage.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { configureSingle } from '@zenfs/core';
import { WebStorage } from '../src/Storage.js';
import { WebStorage } from '../src/storage.js';
import { copy, data } from '@zenfs/core/tests/setup.js';

const storage = {
Expand Down

0 comments on commit a4e4bca

Please sign in to comment.