chore: tighten bootstrap test and build config

This commit is contained in:
admin123 2026-04-20 19:57:45 +08:00
parent 037423853a
commit b6b350bbf7
2 changed files with 0 additions and 2 deletions

View File

@ -16,7 +16,6 @@ await build({
index: path.join(projectRoot, "src/content/index.ts") index: path.join(projectRoot, "src/content/index.ts")
}, },
format: ["iife"], format: ["iife"],
globalName: "StarChartSearchEnhancer",
platform: "browser", platform: "browser",
target: "chrome114", target: "chrome114",
outDir: path.join(distDir, "content"), outDir: path.join(distDir, "content"),

View File

@ -2,7 +2,6 @@ import { defineConfig } from "vitest/config";
export default defineConfig({ export default defineConfig({
test: { test: {
environment: "jsdom",
globals: true, globals: true,
passWithNoTests: true, passWithNoTests: true,
include: ["tests/**/*.test.ts"] include: ["tests/**/*.test.ts"]