feat(core): new tools scope
This commit is contained in:
14
test/test.ts
14
test/test.ts
@ -1,12 +1,12 @@
|
||||
import { expect, tap } from 'tapbundle'
|
||||
import { expect, tap } from 'tapbundle';
|
||||
|
||||
import * as npmgInstall from '../dist/npmg.install'
|
||||
import * as smartenv from 'smartenv'
|
||||
import * as npmgInstall from '../ts/tools.install';
|
||||
import * as smartenv from 'smartenv';
|
||||
|
||||
let environment = new smartenv.Smartenv()
|
||||
let environment = new smartenv.Smartenv();
|
||||
|
||||
tap.test("should install default list globally when parsed 'default' as argument", async () => {
|
||||
await npmgInstall.install('default')
|
||||
})
|
||||
await npmgInstall.install('default');
|
||||
});
|
||||
|
||||
tap.start()
|
||||
tap.start();
|
||||
|
Reference in New Issue
Block a user