Skip to content

Commit

Permalink
test: npm run test:examples
Browse files Browse the repository at this point in the history
  • Loading branch information
3v0k4 committed Sep 15, 2023
1 parent 29a43aa commit 41d40b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"test:core:coverage": "npm run test:coverage -w packages/core",
"test:jest": "npm run build && npm run test:ks -w packages/jest-example-test-suite",
"test:cypress": "npm run build && npm run test:ks -w packages/cypress-example-test-suite",
"test:cra": "cd packages/create-react-app-example && npm install && npm run test:ks"
"test:cra": "cd packages/create-react-app-example && npm install && npm run test:ks",
"test:examples": "npm run test:jest && npm run test:cypress && npm run test:cra"
}
}

0 comments on commit 41d40b4

Please sign in to comment.