Skip to content

Commit

Permalink
update to latest vitest to fix snapshot issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Sawyer Burnett committed Mar 14, 2024
1 parent 9009bff commit e3623ed
Show file tree
Hide file tree
Showing 4 changed files with 207 additions and 235 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

jobs:
test:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion packages/groq-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"groq-js": "^1.1.9",
"rimraf": "^5.0.5",
"typescript": "^5.0.4",
"vitest": "^1.0.0"
"vitest": "^1.3.1"
},
"engines": {
"node": ">= 14"
Expand Down
2 changes: 1 addition & 1 deletion packages/groqd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"tiny-invariant": "^1.3.1",
"tsup": "^6.3.0",
"typescript": "^5.0.4",
"vitest": "^1.0.0"
"vitest": "^1.3.1"
},
"dependencies": {
"zod": "3.22.4"
Expand Down
Loading

0 comments on commit e3623ed

Please sign in to comment.