1
0
Fork 0
mirror of synced 2024-09-05 20:21:18 +12:00

Remove .only

This commit is contained in:
Sam Rose 2024-04-08 10:44:08 +01:00
parent 2876085b61
commit 4347667cb3
No known key found for this signature in database

View file

@ -114,7 +114,7 @@ describe.each([
expect(events.table.updated).toHaveBeenCalledWith(updatedTable) expect(events.table.updated).toHaveBeenCalledWith(updatedTable)
}) })
it.only("updates all the row fields for a table when a schema key is renamed", async () => { it("updates all the row fields for a table when a schema key is renamed", async () => {
const testTable = await config.api.table.save(basicTable(datasource)) const testTable = await config.api.table.save(basicTable(datasource))
await config.createLegacyView({ await config.createLegacyView({
name: "TestView", name: "TestView",