mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-19 21:57:13 -04:00
* use jest-preset for all but app * separate properties that are the same as the preset for some reason, it doesn't work. you get: ``` Preset ../../jest-preset.js not found. ``` This needs to be investigated. * removes unused/unneeded npm script in `app`, `test:jest`
7 lines
100 B
JSON
7 lines
100 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"include": [
|
|
".eslintrc.js",
|
|
"jest-preset.js"
|
|
]
|
|
} |