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 cd382fc commit 9075fd6Copy full SHA for 9075fd6
test.js
@@ -33,8 +33,7 @@ test('ify-loader', function (t) {
33
log: function (src) {
34
const expected = fs.readFileSync(pkg, { encoding: 'utf8' })
35
t.equal(src, expected, 'processed brfs from package.json')
36
- },
37
- error: console.error
+ }
38
}
39
})
40
@@ -118,8 +117,7 @@ test('glsl-transform', function (t) {
118
117
log: function (shader) {
119
const expected = fs.readFileSync(fixture, { encoding: 'utf8' })
120
t.equal(shader + '\n', expected, 'processed brfs from package.json')
121
122
123
124
125
0 commit comments