We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d74b9a + 7a61471 commit 147b17bCopy full SHA for 147b17b
tools/test.sh
@@ -109,8 +109,7 @@ then
109
elif [ $cmd == "test-screenshot" ]
110
then
111
ensureUpToDateTests
112
- # todop: revert
113
- export NODE_PATH="$testBundlePath" && ava $(find "$testBundlePath" -name "dtype_datasets_rendering.screenshot.js") "$@"
+ export NODE_PATH="$testBundlePath" && ava $(find "$testBundlePath" -name "*.screenshot.js") "$@"
114
elif [ $cmd == "test-wkorg-screenshot" ]
115
116
0 commit comments