update init test

This commit is contained in:
Chris Trevino 2019-05-09 11:12:45 -07:00
parent 2850cfc78e
commit 9b5de9f88d

View File

@ -1,3 +1,3 @@
import * as wbg from '../../pkg/web/typescript_tests';
import initialize from "../../pkg/web/typescript_tests";
const init: Promise<any> = wbg.init('.');
const init: Promise<any> = initialize(".");