From 9b5de9f88d48d166fd0a30a1ee22142a2d2a35cc Mon Sep 17 00:00:00 2001 From: Chris Trevino Date: Thu, 9 May 2019 11:12:45 -0700 Subject: [PATCH] update init test --- crates/typescript-tests/src/web/init.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(".");