chore: tighten bootstrap test and build config
This commit is contained in:
parent
037423853a
commit
b6b350bbf7
@ -16,7 +16,6 @@ await build({
|
||||
index: path.join(projectRoot, "src/content/index.ts")
|
||||
},
|
||||
format: ["iife"],
|
||||
globalName: "StarChartSearchEnhancer",
|
||||
platform: "browser",
|
||||
target: "chrome114",
|
||||
outDir: path.join(distDir, "content"),
|
||||
|
||||
@ -2,7 +2,6 @@ import { defineConfig } from "vitest/config";
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
environment: "jsdom",
|
||||
globals: true,
|
||||
passWithNoTests: true,
|
||||
include: ["tests/**/*.test.ts"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user