Skip to content

Commit

Permalink
chore(ui-codemods): fix codemods test scripts
Browse files Browse the repository at this point in the history
Closes: INSTUI-4373
  • Loading branch information
git-nandor committed Nov 27, 2024
1 parent 5f7eaeb commit b86f43e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
run: npm run bootstrap
- name: Run vitest unit tests
run: npm run test:vitest
- name: Run codemods unit tests
run: npm run test:codemods
cypress:
name: Cypress component tests
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
"dev": "npm run start:watch",
"test": "ui-scripts test --randomize",
"cy:component": "cypress run --component",
"test:vitest": "vitest --watch=false && npm run test:vitest --workspace=@instructure/ui-codemods",
"test:vitest": "vitest --watch=false",
"test:vitest-watch": "vitest",
"test:codemods": "vitest --watch=false --root=packages/ui-codemods",
"lint": "lerna run lint --stream",
"lint:changes": "npm run lint -- --since HEAD^",
"lint:fix": "lerna run lint:fix --stream",
Expand Down

0 comments on commit b86f43e

Please sign in to comment.