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 c2afbe7 commit f933495Copy full SHA for f933495
test/unit/core/vertex.js
@@ -5,7 +5,6 @@ suite('Vertex', function() {
5
var myp5;
6
7
beforeEach(function() {
8
- _friendlyErrorSpy = vi.spyOn(p5, '_friendlyError');
9
new p5(function(p) {
10
p.setup = function() {
11
myp5 = p;
0 commit comments