File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3535 run : npm run bootstrap
3636 - name : Run vitest unit tests
3737 run : npm run test:vitest
38+ - name : Run codemods unit tests
39+ run : npm run test:codemods
3840 cypress :
3941 name : Cypress component tests
4042 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 2020 "dev" : " npm run start:watch" ,
2121 "test" : " ui-scripts test --randomize" ,
2222 "cy:component" : " cypress run --component" ,
23- "test:vitest" : " vitest --watch=false && npm run test:vitest --workspace=@instructure/ui-codemods " ,
23+ "test:vitest" : " vitest --watch=false" ,
2424 "test:vitest-watch" : " vitest" ,
25+ "test:codemods" : " vitest --watch=false --root=packages/ui-codemods" ,
2526 "lint" : " lerna run lint --stream" ,
2627 "lint:changes" : " npm run lint -- --since HEAD^" ,
2728 "lint:fix" : " lerna run lint:fix --stream" ,
You can’t perform that action at this time.
0 commit comments