Skip to content

Commit bbd07f9

Browse files
feat: Audit (#425)
Co-authored-by: Edwin Lim <edwin@posthog.com>
1 parent 82ce0ab commit bbd07f9

51 files changed

Lines changed: 2549 additions & 314 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/__tests__/wizard-abort.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jest.mock('../utils/analytics');
1111
jest.mock('../ui', () => ({
1212
getUI: jest.fn().mockReturnValue({
1313
outroError: jest.fn(),
14+
waitForOutroDismissed: jest.fn().mockResolvedValue(undefined),
1415
}),
1516
}));
1617

0 commit comments

Comments
 (0)