Skip to content

Commit 2fd8ad1

Browse files
committed
Updated tests to reflect changes to implement
1 parent f945b80 commit 2fd8ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/__tests__/action.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ describe('unit testing for Action.tsx', () => {
2222
dispatch: jest.fn(),
2323
displayName: '3.0',
2424
componentName: 'App',
25+
logChangedState: jest.fn(),
2526
componentData: {
2627
actualDuration: 3.5,
2728
},
28-
logChangedState: jest.fn(),
2929
state: { test: 'test' },
3030
viewIndex: 2,
3131
handleOnkeyDown: jest.fn(),

0 commit comments

Comments
 (0)