feat: add status to dx.ps #50
cicd.yml
on: push
release
/
Build/Release
16s
Annotations
2 errors
src/index.spec.ts > running containers > ps > should list all containers names and their status:
src/index.spec.ts#L144
AssertionError: expected [ { name: 'best', …(4) }, …(2) ] to deeply equal []
- Expected
+ Received
- Array []
+ Array [
+ Object {
+ "host": "best.com",
+ "image": "best:latest",
+ "name": "best",
+ "port": "",
+ "volumes": "",
+ },
+ Object {
+ "host": "new.com",
+ "image": "other:latest",
+ "name": "test",
+ "port": "8081",
+ "volumes": "local:/tmp,disk:/opt",
+ },
+ Object {
+ "host": "zest.com",
+ "image": "zest:latest",
+ "name": "zest",
+ "port": "",
+ "volumes": "",
+ },
+ ]
❯ src/index.spec.ts:144:25
|
release / Build/Release
Process completed with exit code 1.
|