Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
7009e07ecc | |||
7b8ef33e21 |
@ -5,7 +5,7 @@
|
||||
},
|
||||
"npmdocker":{
|
||||
"baseImage":"hosttoday/ht-docker-node:npmci",
|
||||
"command":"(npmci command yarn global add npmts) && npmts",
|
||||
"command":"(ls -a && rm -r node_modules && yarn global add npmts && yarn install && npmts)",
|
||||
"dockerSock": true
|
||||
},
|
||||
"npmci": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dockersock",
|
||||
"version": "1.0.22",
|
||||
"version": "1.0.23",
|
||||
"description": "easy communication with docker remote api from node, TypeScript ready",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
|
@ -24,7 +24,7 @@ tap.test("should pull an image from imagetag", async () => {
|
||||
await testDockersock.pullImage("hosttoday/ht-docker-node:npmci")
|
||||
})
|
||||
|
||||
tap.test("should return a change Objservable", async () => {
|
||||
tap.skip.test("should return a change Objservable", async () => {
|
||||
let myObservable = testDockersock.getChangeObservable();
|
||||
testDockersock.endRequests();
|
||||
let testPromise = observableToPromise(myObservable)
|
||||
|
Reference in New Issue
Block a user