Skip to content

Commit

Permalink
Fix reference to gl-conformance package
Browse files Browse the repository at this point in the history
  • Loading branch information
dhritzkiv committed Mar 10, 2025
1 parent 30bba0e commit 457a784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util/conformance.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const tape = require('tape')
const runConformance = require('gl-conformance')
const runConformance = require('@stackgl/gl-conformance')
const createContext = require('../../index')

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

0 comments on commit 457a784

Please sign in to comment.