Major refactor

This commit is contained in:
Niklas Fondberg
2021-07-06 15:57:22 +02:00
parent 6bca11c62d
commit f66dbe33d7
21 changed files with 299 additions and 73 deletions
+6
View File
@@ -122,6 +122,12 @@ export const createAllTestContainers =
)
.start();
const stream = await apiContainer.logs();
stream
.on('data', (line) => console.log(line))
.on('err', (line) => console.error(line))
.on('end', () => console.log('Stream closed'));
Object.assign(allContainers, {
version: Math.round(Math.random() * 999999),
dbContainer,