Skip to content

Commit

Permalink
Remove unnecessary type reference in Vitest example (#39819)
Browse files Browse the repository at this point in the history
Documentation / Examples

 Make sure the linting passes by running pnpm lint
 The examples guidelines are followed from our contributing doc


The Vitest docs state that /// <reference types="vitest" /> is only required when importing defineConfig from vite.
  • Loading branch information
michaeloliverx committed Aug 22, 2022
1 parent 8f02399 commit c172d46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/with-vitest/vitest.config.ts
@@ -1,5 +1,3 @@
/// <reference types="vitest" />

import { defineConfig } from 'vitest/config'
import react from '@vitejs/plugin-react'

Expand Down

0 comments on commit c172d46

Please sign in to comment.