mirror of
https://git.um-react.app/um/um-react.git
synced 2025-11-28 03:23:02 +00:00
test: setup jest and everything
This commit is contained in:
8
tsconfig.prod.json
Normal file
8
tsconfig.prod.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": "./tsconfig",
|
||||
"exclude": [
|
||||
"./src/__tests__/**",
|
||||
"./src/__mocks__/**",
|
||||
"./src/test-utils"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user