Skip to content

Commit

Permalink
chore: use jest for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
inwaar committed Oct 16, 2024
1 parent 73cc97c commit 932326f
Show file tree
Hide file tree
Showing 4 changed files with 14,920 additions and 7,655 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"extensions": [
"GitHub.vscode-github-actions",
"dbaeumer.vscode-eslint",
"hbenl.vscode-mocha-test-adapter"
"Orta.vscode-jest"
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
env: {
node: true,
es2021: true,
mocha: true,
jest: true,
},
plugins: ['jsdoc', 'prettier'],
overrides: [
Expand Down
Loading

0 comments on commit 932326f

Please sign in to comment.