Fix barrelfile issue

This commit is contained in:
Adria Navarro 2024-07-25 16:40:49 +02:00
parent 0ee0901961
commit 7ffe8d4b4a
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
import TestConfiguration from "../../../tests/utilities/TestConfiguration"
import {
DatabaseName,
getDatasource,
@ -72,7 +74,7 @@ describe.each([
])("/rows (%s)", (providerType, dsProvider) => {
const isInternal = dsProvider === undefined
const isMSSQL = providerType === DatabaseName.SQL_SERVER
const config = setup.getConfig()
const config = new TestConfiguration()
let table: Table
let datasource: Datasource | undefined