add jest plugin

This commit is contained in:
2023-09-07 00:28:38 +02:00
parent 577648ffd0
commit c49c53728a
3 changed files with 206 additions and 1 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
module.exports = {
plugins: ["jest"],
"env": {
"es2021": true,
"node": true
"node": true,
"jest/globals": true
},
"extends": "standard-with-typescript",
"overrides": [