fix(hook): Windows support (#176)
This commit is contained in:
@@ -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'));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user