Summary: Close https://github.com/facebook/flipper/issues/913 Pull Request resolved: https://github.com/facebook/flipper/pull/944 Reviewed By: nikoant Differential Revision: D20733316 Pulled By: passy fbshipit-source-id: e2ab0fce0a32917ce6eba5265c8f71aaab06b2e2
27 lines
548 B
JSON
27 lines
548 B
JSON
{
|
|
"name": "headless-tests",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"test:debug": "node --inspect node_modules/.bin/jest --runInBand"
|
|
},
|
|
"jest": {
|
|
"transform": {
|
|
"^.+\\.jsx?$": "babel-jest"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^24.7.1"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.9.0",
|
|
"@babel/preset-env": "^7.9.0",
|
|
"@babel/preset-flow": "^7.9.0",
|
|
"babel-jest": "^24.8.0",
|
|
"canonical-json": "^0.0.4",
|
|
"lodash.memoize": "^4.1.2"
|
|
}
|
|
}
|