Skip to content

Commit 8ed4611

Browse files
committed
test: replace jest-mock with sinon, drop expect
1 parent 52e5d1a commit 8ed4611

File tree

17 files changed

+751
-724
lines changed

17 files changed

+751
-724
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ updates:
3333
patterns:
3434
- 'mocha*'
3535
- '@types/mocha'
36-
- 'jest*'
36+
- '@types/sinon'
37+
- 'sinon'
3738
- 'c8'
38-
- 'expect'
3939
# Check for updates to GitHub Actions every week
4040
- package-ecosystem: 'github-actions'
4141
directory: '/'

0 commit comments

Comments
 (0)