Skip to content

Commit 646664a

Browse files
committed
Fix tests
1 parent 7f98859 commit 646664a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/core/param_errors.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ suite('Validate Params', function () {
2222
FramebufferTexture: function() {
2323
return 'mock p5.FramebufferTexture';
2424
},
25+
_error: () => {},
2526
};
2627
const mockP5Prototype = {};
2728

0 commit comments

Comments
 (0)