Skip to content

Instantly share code, notes, and snippets.

@goldbergyoni
Last active October 31, 2019 16:00
Show Gist options
  • Select an option

  • Save goldbergyoni/24c951ff6fe35735c1380a5c65b9458e to your computer and use it in GitHub Desktop.

Select an option

Save goldbergyoni/24c951ff6fe35735c1380a5c65b9458e to your computer and use it in GitHub Desktop.
Instantiating DB for component tests
//Instantiate DB
await dockerCompose.upAll({
cwd: path.join(__dirname),
log: true
});
//wait for db readiness
await waitPort({
host: 'localhost',
port: 5432,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment