diff --git a/crates/typescript-tests/src/web/init.ts b/crates/typescript-tests/src/web/init.ts index 623efe72..1f76570e 100644 --- a/crates/typescript-tests/src/web/init.ts +++ b/crates/typescript-tests/src/web/init.ts @@ -1,3 +1,3 @@ -import * as wbg from '../../pkg/web/typescript_tests'; +import initialize from "../../pkg/web/typescript_tests"; -const init: Promise = wbg.init('.'); \ No newline at end of file +const init: Promise = initialize(".");