feat: support Conventional Commits via --type flag (#177)
Co-authored-by: Hiroki Osame <hiroki.osame@gmail.com>
This commit is contained in:
@@ -2,6 +2,7 @@ import { describe } from 'manten';
|
||||
|
||||
describe('aicommits', ({ runTestSuite }) => {
|
||||
runTestSuite(import('./specs/cli/index.js'));
|
||||
runTestSuite(import('./specs/openai/index.js'));
|
||||
runTestSuite(import('./specs/config.js'));
|
||||
runTestSuite(import('./specs/git-hook.js'));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user