Skip to content

Commit

Permalink
chore(repo): Test without local dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilewski committed Oct 19, 2023
1 parent 3998f07 commit 8b52787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"license": "MIT",
"scripts": {
"lint": "eslint .",
"test:integration:base": "DEBUG=1 npx playwright test --config ./playwright.config.ts",
"test:integration:deployment:nextjs": "DEBUG=1 npx playwright test --config ./playwright.deployments.config.ts",
"test:integration:generic": "E2E_APP_ID=react.vite.* npm run test:integration:base -- --grep @generic",
"test:integration:nextjs": "E2E_APP_ID=next.appRouter.withEmailCodes npm run test:integration:base -- --grep \"@generic|@nextjs\"",
"test:integration:remix": "echo 'placeholder'"
},
"devDependencies": {
"@clerk/backend": "*",
"@playwright/test": "^1.38.1",
"eslint-config-custom": "*",
"tsup": "*",
Expand Down

0 comments on commit 8b52787

Please sign in to comment.