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 a8871c3 commit 53eb6c3Copy full SHA for 53eb6c3
1 file changed
test/unit/webgl/p5.Shader.js
@@ -1950,7 +1950,7 @@ suite('p5.Shader', function() {
1950
1951
assert.isAbove(mockUserError.mock.calls.length, 0, 'FES.userError should have been called');
1952
const errMsg = mockUserError.mock.calls[0][1];
1953
- assert.notInclude(errMsg, 'a undefined'); // #8444
+ assert.notInclude(errMsg, 'a undefined'); //
1954
assert.include(errMsg, 'float4');
1955
assert.include(errMsg, 'getWorldInputs');
1956
assert.include(errMsg, 'Vertex');
0 commit comments