Skip to content

Commit

Permalink
Remove jest in order to use tap (#155)
Browse files Browse the repository at this point in the history
* Remove jest in order to use tap

* update timeout

* remove deps

* update ts config

* remove node@20.x
  • Loading branch information
0xslipk authored Oct 16, 2023
1 parent c8bb2a8 commit cbcd89e
Show file tree
Hide file tree
Showing 19 changed files with 5,884 additions and 5,616 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
name: Run Build
command: npm run build
- coveralls/upload:
path_to_lcov: coverage/lcov.info
path_to_lcov: .tap/report/lcov.info
verbose: true

workflows:
Expand All @@ -50,4 +50,4 @@ workflows:
- test:
matrix:
parameters:
node-version: ['20.8', '18.12', '16.18']
node-version: ['18.12', '16.18']
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ lib-cov
# Coverage directory used by tools like istanbul
coverage
*.lcov
.tap

# nyc test coverage
.nyc_output
Expand Down
269 changes: 0 additions & 269 deletions __tests__/ethers.contract.spec.ts

This file was deleted.

Loading

0 comments on commit cbcd89e

Please sign in to comment.