|
@@ -1,12 +1,11 @@
|
|
|
import * as BABYLON from "babylonjs";
|
|
|
import * as GUI from "babylonjs-gui";
|
|
|
-import * as INSPECTOR from "babylonjs-inspector";
|
|
|
|
|
|
import "babylonjs-loaders";
|
|
|
import "babylonjs-serializers";
|
|
|
// an error in typescript prevents us from using types instead of path
|
|
|
|
|
|
|
|
|
-declare function runTests(name: string, babylon: any, gui: any, inspector: any);
|
|
|
+declare function runTests(name: string, babylon: any, gui: any);
|
|
|
|
|
|
-runTests("typescript-vanilla", BABYLON, GUI, INSPECTOR);
|
|
|
+runTests("typescript-vanilla", BABYLON, GUI);
|