Skip to content

Commit 6b80baf

Browse files
committed
ci: add unit tests
1 parent 8c2644c commit 6b80baf

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
run: yarn build
3131

3232
- name: Run Tests
33-
run: yarn test --ci --passWithNoTests
33+
run: yarn test:ci

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@
2727
"@eslint/eslintrc": "^3.3.1",
2828
"@eslint/js": "^9.25.1",
2929
"@release-it/conventional-changelog": "^10.0.1",
30-
"@types/jest": "29.5.14",
30+
"@types/jest": "^29.5.14",
3131
"@types/node": "22.14.1",
3232
"eslint": "^9.25.1",
3333
"eslint-config-prettier": "10.1.2",
3434
"eslint-plugin-import": "^2.31.0",
3535
"globals": "^16.0.0",
3636
"husky": "9.1.7",
37-
"jest": "29.7.0",
37+
"jest": "^29.7.0",
3838
"prettier": "3.5.3",
3939
"release-it": "19.0.1",
4040
"rimraf": "6.0.1",
41-
"ts-jest": "29.3.2",
41+
"ts-jest": "^29.3.2",
4242
"typescript": "5.8.3",
4343
"typescript-eslint": "^8.31.0"
4444
},

yarn.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)