1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2025-01-08 11:55:42 +01:00
vaultwarden/playwright/tests/setups/db-setup.ts
2024-12-17 17:14:46 +01:00

7 Zeilen
172 B
TypeScript

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