fix(core): update

This commit is contained in:
2023-06-25 23:59:25 +02:00
parent 6b5390cef8
commit cb3d2964d1
3 changed files with 16 additions and 11 deletions

View File

@ -21,6 +21,8 @@ process.cwd = () => {
let npmci: typeof import('../ts/index.js');
type TNpmciTypes = typeof import('../ts/index.js');
tap.preTask('should import npmci', async () => {
npmci = await import('../ts/index.js');
});