删除该测试 使用jest 测试webgl 失败

pull/7/head
ChenX 7 years ago
parent d96e569607
commit 77c81182e0

@ -1,18 +0,0 @@
import * as THREE from "three";
window["THREE"] = THREE;
import { Viewer } from '../../src/GraphicsSystem/Viewer';
test('test viewer', () =>
{
// let canvas = document.createElement("canvas");
// canvas.style.width = "500px";
// canvas.style.height = "500px";
// document.body.appendChild(canvas);
// let viewer = new Viewer(canvas);
// console.log(viewer.Height);
});
Loading…
Cancel
Save