7 lines
177 B
TypeScript
7 lines
177 B
TypeScript
import { describe } from 'manten';
|
|
|
|
describe('aicommits', ({ runTestSuite }) => {
|
|
runTestSuite(import('./specs/cli/index.js'));
|
|
runTestSuite(import('./specs/config.js'));
|
|
});
|