Skip to content

Commit

Permalink
Docs: Update JavaScript file extension to .jsx in Vitest setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sogoagain committed Jan 24, 2024
1 parent 905c0e7 commit b35b966
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default defineConfig({
})
```

```js filename="vitest.config.js" switcher
```js filename="vitest.config.jsx" switcher
import { defineConfig } from 'vitest/config'
import react from '@vitejs/plugin-react'

Expand Down

0 comments on commit b35b966

Please sign in to comment.