chore: upgrade jest to v28

This commit is contained in:
Peter Evans 2022-05-08 17:29:44 +09:00
parent ec06329f80
commit aca11f8b60
3 changed files with 3924 additions and 1697 deletions

View file

@ -10,7 +10,7 @@ if [[ "$(docker images -q $IMAGE 2> /dev/null)" == "" || $ARG1 == "build" ]]; th
cat > Dockerfile << EOF
FROM node:12-alpine
RUN apk --no-cache add git git-daemon
RUN npm install jest --global
RUN npm install jest jest-environment-jsdom --global
WORKDIR /cpr
COPY __test__/entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]