Skip to content

Commit 227e5d9

Browse files
FedericoNegrifinetjul
authored andcommitted
test(dataarray): remove test.only
1 parent 9c83855 commit 227e5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Common/Core/DataArray/test/testDataArray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ test('Test vtkDataArray getRange function with single-channel data.', (t) => {
3030
t.end();
3131
});
3232

33-
test.only('Test vtkDataArray getRange function with NaN values.', (t) => {
33+
test('Test vtkDataArray getRange function with NaN values.', (t) => {
3434
// a data array with a NaN value
3535
const da = vtkDataArray.newInstance({
3636
numberOfComponents: 1,

0 commit comments

Comments
 (0)