mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-15 05:40:29 -05:00
17 lines
613 B
JSON
17 lines
613 B
JSON
{
|
|
"name": "example-webpack-options",
|
|
"description": "Using default Webpack options to transpile simple tests",
|
|
"private": true,
|
|
"scripts": {
|
|
"check-coverage": "check-coverage Test.js calc.js ParentComponent.js ChildComponent.js",
|
|
"cy:open": "node ../../../../scripts/cypress open --component",
|
|
"only-covered": "only-covered Test.js calc.js ParentComponent.js ChildComponent.js",
|
|
"test": "node ../../../../scripts/cypress run --component"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/react": "file:../../dist",
|
|
"mocha-junit-reporter": "^2.0.0",
|
|
"mocha-multi-reporters": "^1.5.1"
|
|
}
|
|
}
|