97bc7918f4
This will serve as something to build testing/TypeScript tooling around
22 lines
364 B
JSON
22 lines
364 B
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"jest": {
|
|
"clearMocks": true,
|
|
"roots": [
|
|
"<rootDir>/packages"
|
|
],
|
|
"testEnvironment": "node",
|
|
"testRunner": "jest-circus/runner",
|
|
"verbose": true
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^24.7.1",
|
|
"jest-circus": "^24.7.1",
|
|
"lerna": "^3.13.3"
|
|
}
|
|
}
|