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 6cc7b61 commit cd382fcCopy full SHA for cd382fc
test.js
@@ -91,7 +91,6 @@ test('error handling', function (t) {
91
92
test('glsl-transform', function (t) {
93
const wpack = which.sync('webpack', { cwd: __dirname })
94
- const input = path.join(__dirname, 'fixtures', 'glsl', 'index.js')
95
const output = path.join(__dirname, 'fixtures', 'glsl', 'bundle.js')
96
const config = path.join(__dirname, 'fixtures', 'glsl', 'webpack.config.js')
97
const fixture = path.join(__dirname, 'fixtures', 'glsl', 'output.txt')
@@ -103,7 +102,6 @@ test('glsl-transform', function (t) {
103
102
} catch (e) {}
104
105
spawn(wpack, [
106
- input,
107
'--module-bind', 'js=' + __dirname,
108
'--config',
109
config
0 commit comments