Skip to content

Commit

Permalink
chore: fix new config issues
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellmueller committed Jan 3, 2025
1 parent 0f37881 commit 32541c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/e2e/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import { dashboardPage } from 'e2e/pages/dashboard';
import { recResourcePage } from 'e2e/pages/recResource';
import { analyzeAccessibility } from 'e2e/utils';

test.beforeEach(async ({ context }) => {
await happoPlaywright.init(context);
test.beforeAll(async () => {
await happoPlaywright.init();
});

test.afterEach(async () => {
test.afterAll(async () => {
await happoPlaywright.finish();
});

Expand Down
1 change: 1 addition & 0 deletions frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export default defineConfig(({ mode }) => {
'color-functions',
'global-builtin',
'import',
'legacy-js-api',
],
},
},
Expand Down

0 comments on commit 32541c3

Please sign in to comment.