We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cfe390 commit 47cb8f3Copy full SHA for 47cb8f3
@commitlint/prompt-cli/cli.test.js
@@ -19,4 +19,4 @@ test('should print warning if stage is empty', async () => {
19
const actual = await cli([], {cwd})('foo: bar');
20
expect(actual.stdout).toContain('Nothing to commit.');
21
expect(actual.stderr).toBe('');
22
-});
+}, 10000);
0 commit comments