We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0769716 commit 49c2c2cCopy full SHA for 49c2c2c
1 file changed
as-pect.config.js
@@ -1,5 +1,7 @@
1
import { initASWebGLue } from 'aswebglue/src/ASWebGLue.js'
2
3
+///////////// Setup a fake document that allows creating canvases from which webgl contexts can be created. {{
4
+
5
import webgl from 'webgl-raub'
6
import gflw from 'glfw-raub'
7
const { Document } = gflw
@@ -13,6 +15,8 @@ global.document.getElementById = () => {
13
15
return document.createElement('canvas')
14
16
}
17
18
+// }}
19
20
export default {
21
/**
22
* A set of globs passed to the glob package that qualify typescript files for testing.
0 commit comments