Skip to content

Commit

Permalink
chore: bump test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Nov 7, 2024
1 parent 3098c4a commit f2af8db
Show file tree
Hide file tree
Showing 3 changed files with 589 additions and 754 deletions.
3 changes: 2 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ export default [
languageOptions: {
globals: {
sinon: true,
require: true
require: true,
global: true
},
},
files: files.test
Expand Down
Loading

0 comments on commit f2af8db

Please sign in to comment.