Skip to content

Commit 457a784

Browse files
committed
Fix reference to gl-conformance package
1 parent 30bba0e commit 457a784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/util/conformance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const tape = require('tape')
2-
const runConformance = require('gl-conformance')
2+
const runConformance = require('@stackgl/gl-conformance')
33
const createContext = require('../../index')
44

55
// Inject WebGL types into global namespaces, required by some conformance tests

0 commit comments

Comments
 (0)