Skip to content

Commit

Permalink
revert web-test-runner config
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Dec 23, 2024
1 parent db5d74a commit 1e8cc9a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 63 deletions.
59 changes: 0 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@web/dev-server": "^0.4.6",
"@web/dev-server-esbuild": "^1.0.3",
"@web/test-runner": "^0.19.0",
"@web/test-runner-commands": "^0.9.0",
"@web/test-runner-playwright": "^0.11.0",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ export {
ZetaTopAppbar,
ZetaUploadItem,
ZetaWorkcloudIndicator
};
};
3 changes: 1 addition & 2 deletions web-test-runner.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { vitePlugin } from "@remcovaes/web-test-runner-vite-plugin";
import { playwrightLauncher } from "@web/test-runner-playwright";
import { esbuildPlugin } from "@web/dev-server-esbuild";

const LOG_FILTER = ["Lit is in dev mode", "[vite] connecting..."];

Expand All @@ -19,7 +18,7 @@ export default {
},
files: ["src/test/**/*.js", "src/test/**/*.ts", "src/index.js"],
nodeResolve: true,
plugins: [vitePlugin(), esbuildPlugin({ ts: true, target: "auto" })],
plugins: [vitePlugin()],
browsers: [getBrowser("chromium")],
filterBrowserLogs: ({ args }) => {
return !args.some((log) => {
Expand Down

0 comments on commit 1e8cc9a

Please sign in to comment.