Skip to content

Commit cbcd89e

Browse files
authored
Remove jest in order to use tap (#155)
* Remove jest in order to use tap * update timeout * remove deps * update ts config * remove [email protected]
1 parent c8bb2a8 commit cbcd89e

19 files changed

+5884
-5616
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
name: Run Build
4242
command: npm run build
4343
- coveralls/upload:
44-
path_to_lcov: coverage/lcov.info
44+
path_to_lcov: .tap/report/lcov.info
4545
verbose: true
4646

4747
workflows:
@@ -50,4 +50,4 @@ workflows:
5050
- test:
5151
matrix:
5252
parameters:
53-
node-version: ['20.8', '18.12', '16.18']
53+
node-version: ['18.12', '16.18']

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ lib-cov
2121
# Coverage directory used by tools like istanbul
2222
coverage
2323
*.lcov
24+
.tap
2425

2526
# nyc test coverage
2627
.nyc_output

__tests__/ethers.contract.spec.ts

Lines changed: 0 additions & 269 deletions
This file was deleted.

0 commit comments

Comments
 (0)