ci: run tests (#145)
This commit is contained in:
5
tests/index.ts
Normal file
5
tests/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { describe } from 'manten';
|
||||
|
||||
describe('aicommits', ({ runTestSuite }) => {
|
||||
runTestSuite(import('./specs/config.js'));
|
||||
});
|
||||
Reference in New Issue
Block a user