We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74daa1 commit c936deaCopy full SHA for c936dea
test/puppeteer.js
@@ -11,7 +11,7 @@ const port = 3000;
11
12
const exampleInjectJS = fs.readFileSync('test/src/js/example-inject.js', {encoding: 'utf-8'});
13
14
-const skipRE = /dynamic-buffers/;
+const skipRE = /dynamic-buffers|webgl2-textures/;
15
16
function getExamples(port) {
17
return fs.readdirSync('examples')
0 commit comments