ci: run tests (#145)

This commit is contained in:
hiroki osame
2023-03-10 01:26:46 -05:00
committed by GitHub
parent ba0d6fdd25
commit d6a6a5b025
5 changed files with 297 additions and 1 deletions

5
tests/index.ts Normal file
View File

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