@transferwise/test-config
Version:
Neptune Web shared test config files and dependencies
43 lines (42 loc) • 1.09 kB
JSON
{
"name": "@transferwise/test-config",
"version": "5.0.1",
"description": "Neptune Web shared test config files and dependencies",
"license": "Apache-2.0",
"main": "jest.config.js",
"files": [
"config",
"test",
"jest.config.js"
],
"keywords": [
"wise",
"jest",
"react-testing-library",
"jestconfig"
],
"repository": {
"type": "git",
"fullname": "transferwise/neptune-web",
"url": "git+https://github.com/transferwise/neptune-web.git"
},
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "^8.0.0",
"@testing-library/user-event": "^13.2.1",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
"enzyme": "^3.11.0",
"jest": "^27.0.6",
"jest-cli": "^27.0.6",
"jest-fetch-mock": "^3.0.3",
"jest-runner-eslint": "^0.10.1"
},
"peerDependencies": {
"@transferwise/eslint-config": "^6.0.0"
},
"resolutions": {
"jest-cli/**/kind-of": "^6.0.3"
},
"gitHead": "02ec2216b395215b2c4994f255b33837ec59bc8c"
}