formatting and fixed type error
This commit is contained in:
@@ -17,7 +17,9 @@ export default testSuite(({ describe }) => {
|
||||
|
||||
const { stdout, exitCode } = await aicommits([], { reject: false });
|
||||
expect(exitCode).toBe(1);
|
||||
expect(stdout).toMatch('No staged changes found. Stage your changes manually, or automatically stage all changes with the `--all` flag.');
|
||||
expect(stdout).toMatch(
|
||||
'No staged changes found. Stage your changes manually, or automatically stage all changes with the `--all` flag.'
|
||||
);
|
||||
await fixture.rm();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user