Skip to content

Commit

Permalink
chore: fix playwright tests (#3768)
Browse files Browse the repository at this point in the history
  • Loading branch information
wzhudev authored Oct 16, 2024
1 parent 71ffde4 commit 758de37
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,4 @@ export type { ICellCustomRender, ICellRenderContext } from './types/interfaces/i
export type { IDataValidationRule, IDataValidationRuleBase, IDataValidationRuleInfo, IDataValidationRuleOptions, ISheetDataValidationRule } from './types/interfaces/i-data-validation';
export { type IRTreeItem, RTree } from './shared/r-tree';

export { Univer } from './univer';
export { type IUniverConfig, Univer } from './univer';
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default defineConfig({
['json', { outputFile: 'playwright-report.json' }],
['html', { attachments: true }],
],
outputDir: './playwright-report',
// outputDir: './playwright-report',
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
use: {
/* Base URL to use in actions like `await page.goto('/')`. */
Expand Down

0 comments on commit 758de37

Please sign in to comment.