mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-15 08:36:53 -04: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);
|
||
|
|
});
|