react-restful
Version:
Another liblary for restful resources management for React app.
22 lines • 419 B
JSON
{
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"transform": {
"^.+\\.(ts|tsx)$": "ts-jest"
},
"globals": {
"ts-jest": {
"tsConfigFile": "tsconfig.json"
}
},
"testMatch": [
"**/__tests__/*.+(ts|tsx|js)"
],
"setupFiles": [
"./__mocks__/client.js",
"./__mocks__/fetch.js"
]
}