Skip to content

Commit 8dc552e

Browse files
committed
test: Add remark on how to regenerate tests
1 parent 076e585 commit 8dc552e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,8 @@ COPY test /TypeStrong/ts-loader/test
3333
# build and run tests with:
3434
# docker build -t ts-loader .
3535
# docker run -it ts-loader yarn test
36+
37+
# regenerate comparison-tests with:
38+
# docker build -t ts-loader .
39+
# yarn build
40+
# docker run -v $(pwd):/TypeStrong/ts-loader -it ts-loader yarn run comparison-tests --save-output

0 commit comments

Comments
 (0)