Skip to content

Commit

Permalink
fix: run-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
izatop committed Nov 22, 2021
1 parent 6ecb179 commit b002806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

docker run --rm --name redis-test -p 6379:6379 -d redis:alpine || exit 1

jest $@
yarn jest $@

docker stop redis-test

0 comments on commit b002806

Please sign in to comment.