jest/examples/automatic-mocks/package.json

18 lines
310 B
JSON

{
"private": true,
"version": "0.0.0",
"name": "example-automatic-mocks",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.1.0",
"babel-jest": "workspace:*",
"jest": "workspace:*"
},
"scripts": {
"test": "jest"
},
"jest": {
"automock": true
}
}