Skip to content

Commit 1664858

Browse files
committed
Uncomment other tests
1 parent 6794552 commit 1664858

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test.js

Lines changed: 1 addition & 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,7 @@ test('error handling', function (t) {
8988
t.equal(code, 2, 'exit code was 2')
9089
})
9190
})
92-
*/
91+
9392
test('glsl-transform', function (t) {
9493
const wpack = which.sync('webpack', { cwd: __dirname })
9594
const input = path.join(__dirname, 'fixtures', 'glsl', 'index.js')

0 commit comments

Comments
 (0)