fix(core): update
This commit is contained in:
@ -2,7 +2,8 @@ import { expect, expectAsync, tap } from '@pushrocks/tapbundle';
|
||||
import * as commitinfo from '../ts/index.js';
|
||||
|
||||
tap.test('first test', async () => {
|
||||
console.log(commitinfo);
|
||||
const testCommitinfo = new commitinfo.CommitInfo(process.cwd(), 'patch');
|
||||
await testCommitinfo.writeIntoPotentialDirs();
|
||||
});
|
||||
|
||||
tap.start();
|
||||
|
Reference in New Issue
Block a user