mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-28 06:23:56 +00:00
7 lines
172 B
TypeScript
7 lines
172 B
TypeScript
import { test } from './db-test';
|
|
|
|
const utils = require('../../global-utils');
|
|
|
|
test('DB start', async ({ serviceName }) => {
|
|
utils.startComposeService(serviceName);
|
|
});
|