Skip to content

Commit f945b80

Browse files
committed
Updated test metrics
1 parent 88008e4 commit f945b80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/__tests__/action.test.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const Action = require('../components/Action').default;
1111

1212
configure({ adapter: new (Adapter as any)() });
1313

14-
describe('unit testing for Action.jsx', () => {
14+
describe('unit testing for Action.tsx', () => {
1515
let wrapper;
1616
const props = {
1717
key: 'actions2',
@@ -25,6 +25,7 @@ describe('unit testing for Action.jsx', () => {
2525
componentData: {
2626
actualDuration: 3.5,
2727
},
28+
logChangedState: jest.fn(),
2829
state: { test: 'test' },
2930
viewIndex: 2,
3031
handleOnkeyDown: jest.fn(),

0 commit comments

Comments
 (0)