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 9892f4b commit ffcf9b9Copy full SHA for ffcf9b9
tests/test-components/CommitBox.spec.tsx
@@ -46,6 +46,7 @@ describe('CommitBox', () => {
46
hasFiles: true,
47
settings: { composite: {} } as any
48
});
49
+ // can't use setState here, since the box hasn't actually mounted
50
box.state = { value: 'message' };
51
52
let actual = box.commitButtonStyle(true);
0 commit comments