Skip to content

Commit

Permalink
infra: use vitest config (#2612)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored Jan 24, 2024
1 parent ca50f82 commit 7fce907
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vite.config.ts → vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/// <reference types="vitest" />
import { defineConfig } from 'vite';
import { defineConfig } from 'vitest/config';

const VITEST_SEQUENCE_SEED = Date.now();

Expand Down

0 comments on commit 7fce907

Please sign in to comment.