Skip to content

Commit

Permalink
chore: ooops
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris committed Jul 28, 2022
1 parent 1bb25f0 commit 5f021eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/meteor/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { PlaywrightTestConfig } from '@playwright/test';
import * as constants from './tests/e2e/utils/constants';

export default {
// globalSetup: require.resolve('./tests/e2e/configs/setup.ts'),
// globalTeardown: require.resolve('./tests/e2e/configs/teardown.ts'),
globalSetup: require.resolve('./tests/e2e/configs/setup.ts'),
globalTeardown: require.resolve('./tests/e2e/configs/teardown.ts'),
use: {
headless: true,
viewport: { width: 1368, height: 768 },
Expand Down

0 comments on commit 5f021eb

Please sign in to comment.