Skip to content

Commit

Permalink
Update as-pect.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr authored Sep 2, 2022
1 parent 0769716 commit 49c2c2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions as-pect.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { initASWebGLue } from 'aswebglue/src/ASWebGLue.js'

///////////// Setup a fake document that allows creating canvases from which webgl contexts can be created. {{

import webgl from 'webgl-raub'
import gflw from 'glfw-raub'
const { Document } = gflw
Expand All @@ -13,6 +15,8 @@ global.document.getElementById = () => {
return document.createElement('canvas')
}

// }}

export default {
/**
* A set of globs passed to the glob package that qualify typescript files for testing.
Expand Down

0 comments on commit 49c2c2c

Please sign in to comment.