Skip to content

Commit cd382fc

Browse files
committed
Remove double-specified input in glsl test
1 parent 6cc7b61 commit cd382fc

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
@@ -91,7 +91,6 @@ test('error handling', function (t) {
9191

9292
test('glsl-transform', function (t) {
9393
const wpack = which.sync('webpack', { cwd: __dirname })
94-
const input = path.join(__dirname, 'fixtures', 'glsl', 'index.js')
9594
const output = path.join(__dirname, 'fixtures', 'glsl', 'bundle.js')
9695
const config = path.join(__dirname, 'fixtures', 'glsl', 'webpack.config.js')
9796
const fixture = path.join(__dirname, 'fixtures', 'glsl', 'output.txt')
@@ -103,7 +102,6 @@ test('glsl-transform', function (t) {
103102
} catch (e) {}
104103

105104
spawn(wpack, [
106-
input,
107105
'--module-bind', 'js=' + __dirname,
108106
'--config',
109107
config

0 commit comments

Comments
 (0)