fix(core): update
This commit is contained in:
parent
cdbc9823f1
commit
1252fa8f97
@ -1,5 +1,5 @@
|
|||||||
# gitzone ci_default
|
# gitzone ci_default
|
||||||
image: hosttoday/ht-docker-node:npmci
|
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
|
@ -53,4 +53,4 @@
|
|||||||
"npmextra.json",
|
"npmextra.json",
|
||||||
"readme.md"
|
"readme.md"
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -2,7 +2,6 @@ import { expect, tap } from '@pushrocks/tapbundle';
|
|||||||
|
|
||||||
import * as tools from '../ts/tools.install';
|
import * as tools from '../ts/tools.install';
|
||||||
|
|
||||||
|
|
||||||
tap.test("should install default list globally when parsed 'default' as argument", async () => {
|
tap.test("should install default list globally when parsed 'default' as argument", async () => {
|
||||||
await tools.install('default');
|
await tools.install('default');
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user