mirror of
https://github.com/gethomepage/homepage.git
synced 2026-02-08 00:40:52 +08:00
Try a component test
This commit is contained in:
@@ -2,6 +2,11 @@ import { fileURLToPath, URL } from "node:url";
|
||||
import { defineConfig } from "vitest/config";
|
||||
|
||||
export default defineConfig({
|
||||
// Next.js handles JSX via SWC; Vitest uses Vite/esbuild, so enable the modern JSX runtime
|
||||
// to avoid requiring `import React from "react"` in every JSX file.
|
||||
esbuild: {
|
||||
jsx: "automatic",
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
components: fileURLToPath(new URL("./src/components", import.meta.url)),
|
||||
|
||||
Reference in New Issue
Block a user