Skip to content

Commit fbefb56

Browse files
committed
fix testing not testing everything
1 parent e832b3d commit fbefb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/image/p5.Image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ suite('p5.Image', function() {
5050
});
5151
});
5252

53-
suite.only('p5.Image.prototype.mask', function() {
53+
suite('p5.Image.prototype.mask', function() {
5454
for (const density of [1, 2]) {
5555
test(`it should mask the image at pixel density ${density}`, function() {
5656
let img = myp5.createImage(10, 10);

0 commit comments

Comments
 (0)