Skip to content

Commit

Permalink
Migrate to Node test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
shoonia committed Mar 30, 2024
1 parent 5b0d306 commit a82a038
Show file tree
Hide file tree
Showing 14 changed files with 1,067 additions and 4,433 deletions.
14 changes: 4 additions & 10 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
{
"extends": [
"eslint:recommended",
"plugin:jest/recommended"
],
"plugins": [
"jest"
"eslint:recommended"
],
"env": {
"es6": true,
"node": true,
"jest": true
"node": true
},

"parserOptions": {
"ecmaVersion": 2023,
"sourceType": "module"
Expand All @@ -23,8 +19,6 @@
"semi": [
"error",
"always"
],
"jest/no-done-callback": "off",
"jest/prefer-expect-assertions": "error"
]
}
}
Loading

0 comments on commit a82a038

Please sign in to comment.