Skip to content

Commit

Permalink
refactor: remove unnecessary comma in vitest.config.mts
Browse files Browse the repository at this point in the history
  • Loading branch information
jqshuv committed Oct 19, 2024
1 parent 84f9e26 commit 853f431
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@ jobs:
echo "id = \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\"" >> wrangler.toml
env:
KV_NAMESPACE_ID: ${{ secrets.CF_KV_ID }}

- name: ☂️ Coverage
uses: deepsourcelabs/[email protected]
with:
key: javascript
coverage-file: coverage.xml
dsn: ${{ secrets.DEEPSOURCE_DSN }}

- name: ⚙️ Install Dependencies
run: pnpm install --frozen-lockfile
- name: 📋 Test
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"commitlint": "commitlint --edit",
"release": "release-it",
"release:beta": "release-it --preRelease=beta",
"release:rc": "release-it --preRelease=rc"
"release:rc": "release-it --preRelease=rc",
"coverage": "vitest --coverage"
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.5.20",
Expand Down
2 changes: 1 addition & 1 deletion vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export default defineWorkersConfig({
workers: {
wrangler: { configPath: './wrangler.toml' },
},
},
}
},
});

0 comments on commit 853f431

Please sign in to comment.