Skip to content

Commit

Permalink
Fix alias in vitest.setup.mts
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Aug 6, 2024
1 parent 7384949 commit 5c848a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.setup.mts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { beforeAll, vi } from 'vitest';
import '@/declarations.d.ts';
import '@/arches_references/declarations.d.ts';


beforeAll(() => {
Expand Down

0 comments on commit 5c848a0

Please sign in to comment.