Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoiver committed Nov 10, 2023
1 parent f12bfae commit f62b209
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 53 deletions.
3 changes: 2 additions & 1 deletion __tests__/integration/snapshot.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Canvas } from '@antv/g';
import { format } from 'prettier';
import xmlserializer from 'xmlserializer';
import * as tests from './components';
import { renderCanvas } from './canvas';
import { renderCanvas, sleep } from './canvas';
import { fetch } from './fetch';

// @ts-ignore
Expand Down Expand Up @@ -63,6 +63,7 @@ describe('integration', () => {
}
} finally {
if (canvas) canvas.destroy();
sleep(100);
}
});
}
Expand Down
Loading

0 comments on commit f62b209

Please sign in to comment.