Skip to content

Commit 147b17b

Browse files
committed
Merge branch 'more-dtypes' into trigger-screenshot-nightly
2 parents 3d74b9a + 7a61471 commit 147b17b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/test.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ then
109109
elif [ $cmd == "test-screenshot" ]
110110
then
111111
ensureUpToDateTests
112-
# todop: revert
113-
export NODE_PATH="$testBundlePath" && ava $(find "$testBundlePath" -name "dtype_datasets_rendering.screenshot.js") "$@"
112+
export NODE_PATH="$testBundlePath" && ava $(find "$testBundlePath" -name "*.screenshot.js") "$@"
114113
elif [ $cmd == "test-wkorg-screenshot" ]
115114
then
116115
ensureUpToDateTests

0 commit comments

Comments
 (0)