mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-07 01:09:50 +03:00
8 lines
172 B
TypeScript
8 lines
172 B
TypeScript
|
|
import { test } from './db-test';
|
||
|
|
|
||
|
|
const utils = require('../../global-utils');
|
||
|
|
|
||
|
|
test('DB start', async ({ serviceName }) => {
|
||
|
|
utils.startComposeService(serviceName);
|
||
|
|
});
|