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 5a43255 commit d649939Copy full SHA for d649939
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,6 @@ test('error handling', function (t) {
89
88
t.equal(code, 2, 'exit code was 2')
90
})
91
92
-*/
93
94
test('glsl-transform', function (t) {
95
0 commit comments