Skip to content

Commit

Permalink
Merge pull request #659 from georgyangelov/nextgen-support
Browse files Browse the repository at this point in the history
chore: fix a test referencing the old default export
  • Loading branch information
georgyangelov authored Oct 23, 2024
2 parents a1af196 + 4bb2a15 commit 1fcb7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/download-known-assets.test.js
Original file line number Diff line number Diff line change
@@ -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();
Expand Down

0 comments on commit 1fcb7cb

Please sign in to comment.