Skip to content

Commit

Permalink
chore: temporary disable jest until migrating to mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 22, 2021
1 parent f88bd67 commit 1399400
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
- name: Build
run: yarn build

- name: Test
run: yarn jest
# - name: Test
# run: yarn jest

- name: Coverage
uses: codecov/codecov-action@v1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lint": "eslint --ext .ts .",
"prepack": "yarn build",
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
"test": "yarn lint && jest",
"test": "yarn lint",
"doctoc": "doctoc README.md --notitle --maxlevel 3",
"unstorage": "yarn jiti src/cli"
},
Expand Down

0 comments on commit 1399400

Please sign in to comment.