Skip to content

Commit

Permalink
Update docs/advanced/reporters.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Aug 21, 2023
1 parent 17c3057 commit 043eaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/reporters.md
Expand Up @@ -47,7 +47,7 @@ Then you can use your custom reporter in the `vitest.config.ts` file:

```ts
import { defineConfig } from 'vitest/config'
import CustomReporter from './custom-reporter'
import CustomReporter from './custom-reporter.js'

export default defineConfig({
test: {
Expand Down

0 comments on commit 043eaf4

Please sign in to comment.