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 53530f5 commit bef8dd3Copy full SHA for bef8dd3
tests/test-components/CommitBox.spec.tsx
@@ -13,7 +13,7 @@ describe('CommitBox', () => {
13
expect(box).toBeInstanceOf(CommitBox);
14
});
15
16
- it('should set correct default commit message values', () => {
+ it('should set default commit message values to empty strings', () => {
17
const box = new CommitBox({
18
onCommit: async () => {},
19
hasFiles: false
0 commit comments