Skip to content

Commit

Permalink
test: 更新单测
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Oct 23, 2024
1 parent a13eb27 commit 0e5f89b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe('PivotSheet Export Test', () => {
sheetInstance: s2,
split: TAB_SEPARATOR,
formatOptions: true,
async: true,
async: false,
});

expect(syncData).toMatchSnapshot();
Expand All @@ -63,7 +63,7 @@ describe('PivotSheet Export Test', () => {
sheetInstance: s2,
split: TAB_SEPARATOR,
formatOptions: true,
async: false,
async: true,
});

expect(asyncData).toMatchSnapshot();
Expand Down

0 comments on commit 0e5f89b

Please sign in to comment.