Skip to content

Commit f4df8a4

Browse files
committed
remove type from cypress config file
1 parent ec801a7 commit f4df8a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vuu-ui/cypress.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import { defineConfig } from "cypress";
22
import react from "@vitejs/plugin-react";
33
import tsconfigPaths from "vite-tsconfig-paths";
44
import { version as reactVersion } from "react";
5-
import { createFilter, Plugin } from "vite";
5+
import { createFilter } from "vite";
66
import MagicString from "magic-string";
77

8-
export function cssInline(): Plugin {
8+
export function cssInline() {
99
const exclude = ["**/**.stories.tsx"];
1010
const include = [
1111
"**/packages/grid-layout/**/*.{tsx,jsx}",

0 commit comments

Comments
 (0)