Skip to content

Commit d649939

Browse files
committed
Restore tests
1 parent 5a43255 commit d649939

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const path = require('path')
55
const fs = require('fs')
66
const vm = require('vm')
77

8-
/*
98
test('ify-loader', function (t) {
109
const wpack = which.sync('webpack', { cwd: __dirname })
1110
const input = path.join(__dirname, 'fixtures', 'basic', 'index.js')
@@ -89,7 +88,6 @@ test('error handling', function (t) {
8988
t.equal(code, 2, 'exit code was 2')
9089
})
9190
})
92-
*/
9391

9492
test('glsl-transform', function (t) {
9593
const wpack = which.sync('webpack', { cwd: __dirname })

0 commit comments

Comments
 (0)