We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88008e4 commit f945b80Copy full SHA for f945b80
src/app/__tests__/action.test.tsx
@@ -11,7 +11,7 @@ const Action = require('../components/Action').default;
11
12
configure({ adapter: new (Adapter as any)() });
13
14
-describe('unit testing for Action.jsx', () => {
+describe('unit testing for Action.tsx', () => {
15
let wrapper;
16
const props = {
17
key: 'actions2',
@@ -25,6 +25,7 @@ describe('unit testing for Action.jsx', () => {
25
componentData: {
26
actualDuration: 3.5,
27
},
28
+ logChangedState: jest.fn(),
29
state: { test: 'test' },
30
viewIndex: 2,
31
handleOnkeyDown: jest.fn(),
0 commit comments