Skip to content

Commit

Permalink
Update packages/client/tests/functional/query-error-logging/_matrix.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Starns <danielstarns@hotmail.com>
  • Loading branch information
Miguel Fernández and danstarns committed Nov 22, 2022
1 parent 8c7a2e7 commit e660458
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions packages/client/tests/functional/query-error-logging/_matrix.ts
Original file line number Diff line number Diff line change
@@ -1,24 +1,4 @@
import { defineMatrix } from '../_utils/defineMatrix'
import { allProviders } from '../_utils/providers'

export default defineMatrix(() => [
[
{
provider: 'sqlite',
},
{
provider: 'postgresql',
},
{
provider: 'mysql',
},
{
provider: 'mongodb',
},
{
provider: 'cockroachdb',
},
{
provider: 'sqlserver',
},
],
])
export default defineMatrix(() => [allProviders])

0 comments on commit e660458

Please sign in to comment.