mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
Add bracket browser tests (#2714)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
parent
b2c975934c
commit
4aab22cdf0
File diff suppressed because it is too large
Load Diff
|
|
@ -6,6 +6,17 @@ const headless = process.env.BROWSER_HEADLESS === "true";
|
|||
|
||||
export default defineConfig({
|
||||
plugins: [tsconfigPaths()],
|
||||
optimizeDeps: {
|
||||
include: [
|
||||
"react",
|
||||
"react/jsx-runtime",
|
||||
"react/jsx-dev-runtime",
|
||||
"react-dom",
|
||||
"react-dom/client",
|
||||
"react-router",
|
||||
"react-use-draggable-scroll",
|
||||
],
|
||||
},
|
||||
test: {
|
||||
name: "browser",
|
||||
include: ["**/*.browser.test.{ts,tsx}"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user