db-setup.ts 172 B

1234567
  1. import { test } from './db-test';
  2. const utils = require('../../global-utils');
  3. test('DB start', async ({ serviceName }) => {
  4. utils.startComposeService(serviceName);
  5. });