Skip to content

Commit

Permalink
Add vitest reference types
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker committed Sep 7, 2024
1 parent 504a790 commit 1a3ecad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@ name: Coverage

on:
pull_request:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
pull-requests: write

jobs:
test-coverage:
name: Test Coverage
Expand All @@ -17,9 +23,6 @@ jobs:
- ${{ github.head_ref }}
- main

permissions:
contents: read

steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -56,10 +59,6 @@ jobs:
name: Report Coverage
runs-on: ubuntu-latest

permissions:
contents: read
pull-requests: write

steps:
- name: Download coverage (${{ github.head_ref }})
uses: actions/download-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference types="vitest" />
import { TanStackRouterVite } from "@tanstack/router-plugin/vite";
import react from "@vitejs/plugin-react-swc";
import autoprefixer from "autoprefixer";
Expand Down

0 comments on commit 1a3ecad

Please sign in to comment.