Skip to content

Commit

Permalink
refactor: rename test script to test:full for clarity in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Feb 5, 2025
1 parent 2a98c5c commit 650613e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/typescript-pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
- name: Run lint
run: yarn lint
- name: Run test
run: yarn test
run: yarn test:full
- name: Run build
run: yarn build
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"test": "jest --verbose",
"test:cov": "jest --coverage",
"test:complete": "jest --verbose --coverage",
"test:full": "jest --verbose --coverage",
"test:file": "jest tests/src/isDecimal.test --watch",
"test:watch": "jest --watch",
"build:types": "tsc -p tsconfig.types.json",
Expand Down

0 comments on commit 650613e

Please sign in to comment.