feat: vitest를 사용하여 테스트 환경 설정

This commit is contained in:
2025-12-29 06:08:26 +00:00
parent 7a99fd2450
commit 754089f69f
+1 -1
View File
@@ -1,5 +1,5 @@
import { createPostgresConnector } from '@sammo-ts/infra';
import { describe, expect, test } from 'vitest';
import { resolveDatabaseUrl } from '../src/scenario/databaseUrl.js';
import { seedScenarioToDatabase } from '../src/scenario/scenarioSeeder.js';