Skip to content

Commit

Permalink
fix(playwright-test): simplified exported types, as per @mxschmitt su…
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Jul 25, 2023
1 parent 445f6f8 commit 94874ba
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 408 deletions.
233 changes: 0 additions & 233 deletions packages/playwright-test/src/api/DescribeFunction.ts

This file was deleted.

52 changes: 0 additions & 52 deletions packages/playwright-test/src/api/SuiteFunction.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/playwright-test/src/api/index.ts
@@ -1,6 +1,4 @@
export * from './DescribeFunction';
export * from './PlaywrightTestConfig';
export * from './SerenityFixtures';
export * from './SerenityOptions';
export * from './SuiteFunction';
export * from './test-api';

0 comments on commit 94874ba

Please sign in to comment.