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")
|
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"),
|
||||||
|
|||||||
@ -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"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user