mirror of
https://github.com/scratchfoundation/scratch-storage.git
synced 2025-06-27 23:20:23 -04: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 md5 = require('js-md5');
|
||||||
|
|
||||||
const ScratchStorage = require('../../src/index').default;
|
const ScratchStorage = require('../../src/index').ScratchStorage;
|
||||||
|
|
||||||
test('constructor', () => {
|
test('constructor', () => {
|
||||||
const storage = new ScratchStorage();
|
const storage = new ScratchStorage();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue