Skip to content

Commit

Permalink
test(db pull): remove .only focused test (#7828)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Jun 23, 2021
1 parent 306ba95 commit dd42f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/migrate/src/__tests__/DbPull.test.ts
Expand Up @@ -570,7 +570,7 @@ describe('mysql', () => {
})
})

describe.only('SQL Server', () => {
describe('SQL Server', () => {
jest.setTimeout(20000)

const connectionString =
Expand Down

0 comments on commit dd42f44

Please sign in to comment.