Files
toolkit/package.json
T

22 lines
364 B
JSON
Raw Normal View History

2019-04-19 14:29:24 -04:00
{
"name": "root",
"private": true,
2019-04-19 14:53:42 -04:00
"scripts": {
"test": "jest"
},
"jest": {
"clearMocks": true,
"roots": [
"<rootDir>/packages"
],
"testEnvironment": "node",
"testRunner": "jest-circus/runner",
"verbose": true
},
2019-04-19 14:29:24 -04:00
"devDependencies": {
2019-04-19 14:53:42 -04:00
"jest": "^24.7.1",
"jest-circus": "^24.7.1",
2019-04-19 14:29:24 -04:00
"lerna": "^3.13.3"
}
}