nx/scripts/test.sh
2020-02-25 15:24:33 -05:00

8 lines
277 B
Bash
Executable File

#!/usr/bin/env bash
if [ -n "$1" ]; then
jest --maxWorkers=1 ./build/packages/$1.spec.js
else
jest --maxWorkers=1 ./build/packages/{bazel,react,jest,web,node,express,nest,cypress,storybook,angular,workspace,tao,eslint-plugin-nx,linter,next,nx-plugin} --passWithNoTests
fi