Skip to content

Commit 49c2c2c

Browse files
authored
Update as-pect.config.js
1 parent 0769716 commit 49c2c2c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

as-pect.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import { initASWebGLue } from 'aswebglue/src/ASWebGLue.js'
22

3+
///////////// Setup a fake document that allows creating canvases from which webgl contexts can be created. {{
4+
35
import webgl from 'webgl-raub'
46
import gflw from 'glfw-raub'
57
const { Document } = gflw
@@ -13,6 +15,8 @@ global.document.getElementById = () => {
1315
return document.createElement('canvas')
1416
}
1517

18+
// }}
19+
1620
export default {
1721
/**
1822
* A set of globs passed to the glob package that qualify typescript files for testing.

0 commit comments

Comments
 (0)