chore: fix a test referencing the old default export

This commit is contained in:
Georgi Angelov 2024-10-23 12:56:25 +03:00
parent 8fbde9d438
commit 4bb2a15b74

View file

@ -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();