Skip to content

Commit ef97ce0

Browse files
committed
chore: update gh actions
1 parent 327ce31 commit ef97ce0

3 files changed

Lines changed: 159 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
run: npm ci
2525

2626
- name: Run tests
27-
run: npm test -- --testPathPattern="__tests__"
27+
run: npm test -- --testPathPatterns="__tests__"

package-lock.json

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"eslint-config-next": "^15.1.0",
3030
"jest": "^30.4.2",
3131
"jest-environment-jsdom": "^30.4.1",
32+
"ts-jest": "^29.4.10",
3233
"typescript": "^5"
3334
},
3435
"contributors": [

0 commit comments

Comments
 (0)