test: add optimizer mvp samples and smoke test
This commit is contained in:
@@ -3,6 +3,7 @@ import { defineConfig } from "vitest/config";
|
||||
export default defineConfig({
|
||||
test: {
|
||||
environment: "jsdom",
|
||||
exclude: ["**/node_modules/**", "**/.git/**", "tests/e2e/**"],
|
||||
passWithNoTests: true,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user