Skip to content

Commit

Permalink
feat: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
PintoGideon committed Jun 13, 2024
1 parent 83b03e5 commit 458a11b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions playwright.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { defineConfig, devices, PlaywrightTestConfig } from "@playwright/test";


const SAFARI_BROWSERS: PlaywrightTestConfig["projects"] = [];

if (process.env.TEST_SAFARI?.toLowerCase().startsWith('y')) {
Expand Down Expand Up @@ -65,7 +64,6 @@ export default defineConfig({

...SAFARI_BROWSERS
],

webServer: {
command: "env USE_BABEL_PLUGIN_ISTANBUL=y npm run dev:public",
url: "http://localhost:25173",
Expand Down
4 changes: 0 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
<<<<<<< HEAD
"noImplicitAny":true,
=======
"noImplicitAny": false
>>>>>>> 180631e3 (feat: Explore the idea of a store from which a user can install plugins)
},
"references": [{ "path": "./tsconfig.node.json" }]
}

0 comments on commit 458a11b

Please sign in to comment.