Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
ci(zipfile): remove and ignore test files
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-ku committed Sep 9, 2020
1 parent 449967f commit 1d1a3b9
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"upgrade": "pnpm update -L -i -r",
"release": "changeset publish",
"version": "changeset version && pnpm update-lock",
"update-lock": "pnpm -r i --frozen-lockfile=false && git add pnpm-lock.yaml",
"update-lock": "pnpm i --frozen-lockfile=false && git add pnpm-lock.yaml",
"test:ci": "jest",
"coveralls": "coveralls < coverage/lcov.info",
"lint": "eslint . --cache --fix"
Expand Down
3 changes: 3 additions & 0 deletions packages/zipfile/testData/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
temp-crc/
issue_130/unzipped/
issue_130/test.zip
Binary file removed packages/zipfile/testData/issue_130/test.zip
Binary file not shown.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion packages/zipfile/testData/issue_130/unzipped/root_file.txt

This file was deleted.

This file was deleted.

Binary file removed packages/zipfile/testData/temp-crc/good_crc_new.zip
Binary file not shown.

0 comments on commit 1d1a3b9

Please sign in to comment.