feat: initialize tests, docs and refactor
This commit is contained in:
parent
c297e3f4ef
commit
7a70ed28c3
16 changed files with 2096 additions and 468 deletions
|
|
@ -2,7 +2,12 @@
|
|||
module.exports = {
|
||||
testEnvironment: "node",
|
||||
transform: {
|
||||
"^.+.tsx?$": ["ts-jest", {}]
|
||||
"^.+.tsx?$": [
|
||||
"ts-jest",
|
||||
{
|
||||
tsconfig: 'tsconfig.debug.json'
|
||||
}
|
||||
]
|
||||
},
|
||||
roots: ['./tests']
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue