Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristo Lippur committed Nov 30, 2021
1 parent 2af090e commit bcec21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"test:dev": "npm test -- --watchAll=false && npm run cy:run",
"test:unit": "npm test",
"test:e2e": "npm run cy:run",
"test:ci": "npm test -- --watchAll=false && cnpm run cy:run",
"test:ci": "npm test -- --watchAll=false && npm run cy:run",
"generate-e2e-report": "npm run copy-e2e-assets && npm run merge-e2e-results && npm run create-e2e-html-report",
"copy-e2e-assets": "rm -rf cypress/report && mkdir cypress/report && cp -r cypress/screenshots cypress/videos cypress/report/",
"merge-e2e-results": "mochawesome-merge cypress/results/*.json > cypress/results/results.json",
Expand Down

0 comments on commit bcec21d

Please sign in to comment.