Files
cypress/npm/react/examples/using-babel/package.json
Lachlan Miller 50cfa91e89 chore: add a script to run all react tests in a single step (#15137)
Co-authored-by: Дмитрий Коваленко <dmitrijkovalenko@Dmitrijs-MacBook-Pro.local>
Co-authored-by: Dmitriy Kovalenko <dmtr.kovalenko@outlook.com>
2021-02-22 19:34:26 -05:00

18 lines
516 B
JSON

{
"name": "example-using-babel",
"description": "Component testing for projects using Babel config",
"private": true,
"scripts": {
"cy:open": "node ../../../../scripts/cypress open",
"test": "node ../../../../scripts/cypress run"
},
"devDependencies": {
"@babel/core": "7.4.5",
"@babel/plugin-proposal-class-properties": "7.4.4",
"@babel/preset-env": "7.4.5",
"@babel/preset-react": "7.0.0",
"@cypress/react": "file:../../dist",
"cypress-circleci-reporter": "0.2.0"
}
}