test: refactor to run asynchronously (#174)
This commit is contained in:
8
tests/specs/cli/index.ts
Normal file
8
tests/specs/cli/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { testSuite } from 'manten';
|
||||
|
||||
export default testSuite(({ describe }) => {
|
||||
describe('CLI', ({ runTestSuite }) => {
|
||||
runTestSuite(import('./error-cases.js'));
|
||||
runTestSuite(import('./commits.js'));
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user