feat: support Conventional Commits via --type flag (#177)
Co-authored-by: Hiroki Osame <hiroki.osame@gmail.com>
This commit is contained in:
7
tests/specs/openai/index.ts
Normal file
7
tests/specs/openai/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { testSuite } from 'manten';
|
||||
|
||||
export default testSuite(({ describe }) => {
|
||||
describe('OpenAI', ({ runTestSuite }) => {
|
||||
runTestSuite(import('./conventional-commits.js'));
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user