We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee47d2 commit 1ac9db8Copy full SHA for 1ac9db8
test/scripts/test.sh
@@ -2,6 +2,10 @@
2
3
set -e
4
5
+if [[ ! -d "./tmp" ]]; then
6
+ mkdir -p ./tmp
7
+fi
8
+
9
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
10
# If the Travis CI environment is MacOS, run the Jest tests
11
# manually, since Docker is not supported.
0 commit comments