Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2025-01-09 12:05:42 +01:00
8 Zeilen
172 B
TypeScript
8 Zeilen
172 B
TypeScript
|
import { test } from './db-test';
|
||
|
|
||
|
const utils = require('../../global-utils');
|
||
|
|
||
|
test('DB start', async ({ serviceName }) => {
|
||
|
utils.startComposeService(serviceName);
|
||
|
});
|