Skip to content

Commit

Permalink
Revert "Add Playwright.css from main"
Browse files Browse the repository at this point in the history
This reverts commit c686164.
  • Loading branch information
mofojed committed Dec 16, 2024
1 parent c686164 commit 2c349ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
5 changes: 0 additions & 5 deletions packages/code-studio/src/AppRoot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ import { DownloadServiceWorkerUtils } from '@deephaven/iris-grid';
import MonacoWorker from 'monaco-editor/esm/vs/editor/editor.worker?worker';
import AppRouter from './main/AppRouter';

// load addional css for playwright docker tests
if (import.meta.env.VITE_PLAYWRIGHT_CSS === '1') {
await import('./Playwright.css');
}

export function AppRoot(): JSX.Element {
DownloadServiceWorkerUtils.register(
new URL(
Expand Down
18 changes: 0 additions & 18 deletions packages/code-studio/src/Playwright.css

This file was deleted.

0 comments on commit 2c349ae

Please sign in to comment.