Skip to content

Commit

Permalink
intento de agregar jest al backend frustrado
Browse files Browse the repository at this point in the history
  • Loading branch information
Ox18 committed Mar 11, 2022
1 parent 955c9cf commit 6ad101f
Show file tree
Hide file tree
Showing 21 changed files with 12,435 additions and 389 deletions.
9 changes: 9 additions & 0 deletions Dragonbound.Server/jest.unit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"preset": "ts-jest",
"coverageDirectory": "./coverage",
"testMatch": [
"**/?(*.)+(spec|test).ts?(x)"
],
"resetMocks": true,
"clearMocks": true
}
Loading

0 comments on commit 6ad101f

Please sign in to comment.