Commit 7c1c7a7b authored by Grant's avatar Grant
Browse files

explicitly include

parent 149fe15c
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ import react from "@vitejs/plugin-react";
export default defineConfig({
  plugins: [react()],
  test: {
    include: ["src/**/*.{test,spec}.?(c|m)[jt]s?(x)"],
    browser: {
      enabled: true,
      provider: playwright(),