Skip to content

Commit

Permalink
doc(PolyDataNormals): Do not make the test the only test to run
Browse files Browse the repository at this point in the history
  • Loading branch information
finetjul authored Sep 13, 2023
1 parent 63d6d73 commit 4708064
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ test('Test vtkPolyDataNormals passData', (t) => {
t.end();
});

test.only('Test vtkPolyDataNormals normals', (t) => {
test('Test vtkPolyDataNormals normals', (t) => {
const cube = vtkCubeSource.newInstance();
const input = cube.getOutputData();
const pointNormalsData = input.getPointData().getNormals().getData();
Expand Down

0 comments on commit 4708064

Please sign in to comment.