From 1ba240275290d613d8009e3e2e5cc765a46abf76 Mon Sep 17 00:00:00 2001 From: Julien Ripouteau Date: Fri, 15 Mar 2024 16:33:14 +0100 Subject: [PATCH] wip --- tests/helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/helpers.ts b/tests/helpers.ts index 24ff147..3e94729 100644 --- a/tests/helpers.ts +++ b/tests/helpers.ts @@ -33,7 +33,7 @@ export function getConfig(basePath: string): ConnectionConfig { useNullAsDefault: true, debug: false, } - case 'mysql2': + case 'mysql': return { client: 'mysql2', connection: {