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 6794552 commit 1664858Copy full SHA for 1664858
test.js
@@ -5,7 +5,6 @@ const path = require('path')
5
const fs = require('fs')
6
const vm = require('vm')
7
8
-/*
9
test('ify-loader', function (t) {
10
const wpack = which.sync('webpack', { cwd: __dirname })
11
const input = path.join(__dirname, 'fixtures', 'basic', 'index.js')
@@ -89,7 +88,7 @@ test('error handling', function (t) {
89
88
t.equal(code, 2, 'exit code was 2')
90
})
91
92
-*/
+
93
test('glsl-transform', function (t) {
94
95
const input = path.join(__dirname, 'fixtures', 'glsl', 'index.js')
0 commit comments