Re-enable tests.

This commit is contained in:
Sam Rose 2024-10-21 11:39:22 +01:00
parent 064721cefa
commit 205d6d0671
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ describe.each([
expect(res).toEqual(expected)
})
it.only("can create a view with just a query field, no queryUI, for backwards compatibility", async () => {
it("can create a view with just a query field, no queryUI, for backwards compatibility", async () => {
const newView: Required<Omit<CreateViewRequest, "queryUI" | "type">> = {
name: generator.name(),
tableId: table._id!,