mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-24 07:59:03 -06:00
Co-authored-by: Дмитрий Коваленко <dmitrijkovalenko@Dmitrijs-MacBook-Pro.local> Co-authored-by: Dmitriy Kovalenko <dmtr.kovalenko@outlook.com>
18 lines
516 B
JSON
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"
|
|
}
|
|
}
|