Skip to content

Commit

Permalink
Fix test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
guansss committed Jul 24, 2022
1 parent 1090b9e commit e431b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ eval(
);

async function startUp() {
await require('@/cubism4/startup').startUpCubism4();
await require('@/cubism4/setup').startUpCubism4();
require('./env').setupENV();
}

Expand Down

0 comments on commit e431b09

Please sign in to comment.