Skip to content

Commit

Permalink
Update vitest.config.ts (#1249)
Browse files Browse the repository at this point in the history
* Update vitest.config.ts

// @ts-ignore to test porperty

* fix: vitest config
  • Loading branch information
yacosta738 authored Mar 25, 2024
1 parent d8bd564 commit 04ef876
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import { getViteConfig } from 'astro/config';

export default getViteConfig({
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
test: {
/* for example, use global to avoid globals imports (describe, test, expect): */
// globals: true,
Expand Down

0 comments on commit 04ef876

Please sign in to comment.