Summary: Fixes #1771, #1770, #1769, #1768, #1767, #1766 Reviewed By: nikoant Differential Revision: D25533717 fbshipit-source-id: 86b90e1ec93f0255edcf1cf3cf5fb2311f0ca23f
27 lines
539 B
JSON
27 lines
539 B
JSON
{
|
|
"name": "flipper-headless-tests",
|
|
"version": "0.0.0",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "jest",
|
|
"test:debug": "node --inspect node_modules/.bin/jest --runInBand"
|
|
},
|
|
"jest": {
|
|
"transform": {
|
|
"^.+\\.jsx?$": "babel-jest"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^26"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.12.10",
|
|
"@babel/preset-env": "^7.12.10",
|
|
"babel-jest": "^26.2.2",
|
|
"canonical-json": "^0.0.4",
|
|
"lodash.memoize": "^4.1.2"
|
|
}
|
|
}
|