mirror of
https://github.com/danbulant/docker-compose
synced 2026-06-24 17:31:53 +00:00
refactor: rename test to match tested function
This commit is contained in:
parent
b487be048b
commit
2b089ff660
1 changed files with 1 additions and 1 deletions
|
|
@ -700,7 +700,7 @@ test('parse ps output', () => {
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
test('parse ports', () => {
|
test('map ports', () => {
|
||||||
const noPort = ''
|
const noPort = ''
|
||||||
const exposedTcp = '80/tcp'
|
const exposedTcp = '80/tcp'
|
||||||
const mappedExposedTcp = '0.0.0.0:443->443/tcp'
|
const mappedExposedTcp = '0.0.0.0:443->443/tcp'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue