test: refactor to run asynchronously (#174)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { describe } from 'manten';
|
||||
|
||||
describe('aicommits', ({ runTestSuite }) => {
|
||||
runTestSuite(import('./specs/cli.js'));
|
||||
runTestSuite(import('./specs/cli/index.js'));
|
||||
runTestSuite(import('./specs/config.js'));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user