Skip to content

Commit 4708064

Browse files
authored
doc(PolyDataNormals): Do not make the test the only test to run
1 parent 63d6d73 commit 4708064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Filters/Core/PolyDataNormals/test/testPolyDataNormals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ test('Test vtkPolyDataNormals passData', (t) => {
2929
t.end();
3030
});
3131

32-
test.only('Test vtkPolyDataNormals normals', (t) => {
32+
test('Test vtkPolyDataNormals normals', (t) => {
3333
const cube = vtkCubeSource.newInstance();
3434
const input = cube.getOutputData();
3535
const pointNormalsData = input.getPointData().getNormals().getData();

0 commit comments

Comments
 (0)