Skip to content

Commit

Permalink
fix lint and missing port
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Jul 10, 2024
1 parent 8be63cf commit 7c482bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-packages/test-utils/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
extends: ['../../.eslintrc.js'],
overrides: [
{
files: ['**/*.ts'],
rules: {
'@sentry-internal/sdk/no-optional-chaining': 'off',
},
Expand Down
3 changes: 3 additions & 0 deletions dev-packages/test-utils/src/playwright-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ export function getPlaywrightConfig(
port: appPort,
stdout: 'pipe',
stderr: 'pipe',
env: {
PORT: appPort.toString(),
},
});
}

Expand Down

0 comments on commit 7c482bd

Please sign in to comment.