test: add optimizer mvp samples and smoke test

This commit is contained in:
Codex
2026-06-21 23:42:37 +08:00
parent 68310f6e00
commit 97485aa4e9
10 changed files with 135 additions and 2 deletions
+1
View File
@@ -3,6 +3,7 @@ import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
environment: "jsdom",
exclude: ["**/node_modules/**", "**/.git/**", "tests/e2e/**"],
passWithNoTests: true,
},
});