test: aicommits (#146)

This commit is contained in:
hiroki osame
2023-03-10 06:12:27 -05:00
committed by GitHub
parent 09c2c98e05
commit ceb49507ed
5 changed files with 151 additions and 18 deletions

View File

@@ -1,5 +1,6 @@
import { describe } from 'manten';
describe('aicommits', ({ runTestSuite }) => {
runTestSuite(import('./specs/cli.js'));
runTestSuite(import('./specs/config.js'));
});