Remove focus test.

This commit is contained in:
Sam Rose 2024-12-05 10:51:38 +00:00
parent 0e6b3c258a
commit 2750b806c2
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -638,7 +638,7 @@ if (datasources.length) {
) )
}) })
it.only("should be able to export and reimport a schema", async () => { it("should be able to export and reimport a schema", async () => {
let { schema } = await config.api.datasource.externalSchema( let { schema } = await config.api.datasource.externalSchema(
datasource datasource
) )