Skip to content

Commit

Permalink
feat(vitest): rename vitest.config.ts to vitest.config.mts
Browse files Browse the repository at this point in the history
  • Loading branch information
dbritto-dev committed Dec 3, 2024
1 parent 320f227 commit c200379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.ts → vitest.config.mts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { resolve } from 'path'
import { resolve } from 'node:path'
// eslint-disable-next-line import/extensions
import { defineConfig } from 'vitest/config'

Expand Down

0 comments on commit c200379

Please sign in to comment.