fix(hook): Windows support (#176)

This commit is contained in:
hiroki osame
2023-04-02 05:54:11 -04:00
committed by GitHub
parent f6d43f242c
commit 225558394b
6 changed files with 107 additions and 23 deletions

View File

@@ -3,4 +3,5 @@ import { describe } from 'manten';
describe('aicommits', ({ runTestSuite }) => {
runTestSuite(import('./specs/cli/index.js'));
runTestSuite(import('./specs/config.js'));
runTestSuite(import('./specs/git-hook.js'));
});