mirror of
https://github.com/scratchfoundation/scratch-storage.git
synced 2024-11-14 19:25:32 -05:00
chore: fix a test referencing the old default export
This commit is contained in:
parent
8fbde9d438
commit
4bb2a15b74
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
const md5 = require('js-md5');
|
||||
|
||||
const ScratchStorage = require('../../src/index').default;
|
||||
const ScratchStorage = require('../../src/index').ScratchStorage;
|
||||
|
||||
test('constructor', () => {
|
||||
const storage = new ScratchStorage();
|
||||
|
|
Loading…
Reference in a new issue