Skip to content

Commit

Permalink
Remove mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Nov 19, 2024
1 parent 11caef9 commit 5e0e477
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ import LogNewsletter from './LogNewsletter';

const accountListId = 'abc';
const handleClose = jest.fn();
jest.mock('uuid', () => ({
v4: (): string => 'comment-0',
}));

describe('LogNewsletter', () => {
beforeEach(() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ beforeEach(() => {

jest.mock('src/lib/analytics');

jest.mock('uuid', () => ({
v4: (): string => 'comment-1',
}));

const accountListId = 'abc';
const taskId = 'task-1';
const task = {
Expand Down

0 comments on commit 5e0e477

Please sign in to comment.