Skip to content

Commit 9b5de9f

Browse files
committed
update init test
1 parent 2850cfc commit 9b5de9f

File tree

1 file changed

+2
-2
lines changed
  • crates/typescript-tests/src/web

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import * as wbg from '../../pkg/web/typescript_tests';
1+
import initialize from "../../pkg/web/typescript_tests";
22

3-
const init: Promise<any> = wbg.init('.');
3+
const init: Promise<any> = initialize(".");

0 commit comments

Comments
 (0)