Skip to content

Commit f933495

Browse files
committed
Fix unit test referencing undefined variable
1 parent c2afbe7 commit f933495

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unit/core/vertex.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ suite('Vertex', function() {
55
var myp5;
66

77
beforeEach(function() {
8-
_friendlyErrorSpy = vi.spyOn(p5, '_friendlyError');
98
new p5(function(p) {
109
p.setup = function() {
1110
myp5 = p;

0 commit comments

Comments
 (0)