Skip to content

Commit

Permalink
Remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
Niekes committed Dec 20, 2023
1 parent 7c04471 commit 689c66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/polygons-test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { test } from 'tape';
import { polygons3D } from '../index.js';

test.only('polygons3D draws correctly', function (t) {
test('polygons3D draws correctly', function (t) {
t.plan(1);

const data = [
Expand Down

0 comments on commit 689c66a

Please sign in to comment.