setup jest for frontend testing

This commit is contained in:
2019-03-10 17:10:31 +03:00
parent 8d112e1339
commit 693321108f
6 changed files with 2599 additions and 4 deletions

View File

@@ -14,10 +14,10 @@
"sourceMap": true,
"noImplicitAny": true,
"allowSyntheticDefaultImports": true,
"baseUrl": "./src",
"baseUrl": "./",
"paths": {
"~*": [
"./*"
"./src/*"
]
}
}