all db specific tests run in same db driver order
This commit is contained in:
parent
88f46ecfd8
commit
f82fa172c9
@ -30,9 +30,9 @@ describe("Platform specyfic types", async function () {
|
||||
let examplesPathTS = path.resolve(process.cwd(), 'test/integration/entityTypes')
|
||||
let files = fs.readdirSync(examplesPathTS)
|
||||
|
||||
for (let folder of files) {
|
||||
for (let dbDriver of dbDrivers) {
|
||||
|
||||
for (let dbDriver of dbDrivers) {
|
||||
for (let folder of files) {
|
||||
if (dbDriver == folder) {
|
||||
it(dbDriver, async function () {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user