add test to gitignore & jest settings

This commit is contained in:
richardtekula
2025-12-17 10:54:59 +01:00
parent 3cd2531f6b
commit 794d300746
3 changed files with 14 additions and 5 deletions

View File

@@ -46,9 +46,5 @@
"nodemon": "^3.1.7",
"supertest": "^6.3.4"
},
"type": "module",
"jest": {
"testEnvironment": "node",
"transform": {}
}
"type": "module"
}