feat(crud): add jest test config

This commit is contained in:
thomas laforge
2022-12-11 20:42:13 +01:00
parent a9a3b7a7d8
commit 97f1ede245
6 changed files with 102 additions and 0 deletions

View File

@@ -6,6 +6,9 @@
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.spec.json"
},
{
"path": "./tsconfig.editor.json"
}