Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "yarn test:prepare && cypress run --component --browser chrome --spec packages",
"test:pw": "playwright test -c playwright-ct.config.ts",
"test:pw:open": "playwright test -c playwright-ct.config.ts --ui",
"test:pw:ci": "playwright test -c playwright-ct.config.ts playwright/test/ packages/main/src/components/SelectDialog/test/ --project chromium",
"test:pw:ci": "playwright test -c playwright-ct.config.ts --project chromium",
"clean": "tsc --build --clean && tsc --build tsconfig.build.json --clean && rimraf temp .out test-results playwright-report playwright-ct && lerna run clean",
"clean:remove-modules": "yarn clean && rimraf node_modules",
"prettier:all": "prettier --write --config ./prettier.config.js \"**/*\"",
Expand Down
261 changes: 0 additions & 261 deletions packages/main/src/components/SplitterLayout/SplitterLayout.cy.tsx

This file was deleted.

Loading
Loading