Skip to content

Commit

Permalink
test: Add remark on how to regenerate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manuth committed Sep 18, 2022
1 parent 076e585 commit 8dc552e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Expand Up @@ -33,3 +33,8 @@ COPY test /TypeStrong/ts-loader/test
# build and run tests with:
# docker build -t ts-loader .
# docker run -it ts-loader yarn test

# regenerate comparison-tests with:
# docker build -t ts-loader .
# yarn build
# docker run -v $(pwd):/TypeStrong/ts-loader -it ts-loader yarn run comparison-tests --save-output

0 comments on commit 8dc552e

Please sign in to comment.