This commit is contained in:
Adria Navarro 2024-05-02 13:39:20 +01:00
parent 95a9641c08
commit b36d7868a4
2 changed files with 1 additions and 2 deletions

View File

@ -699,7 +699,7 @@ describe.each([
]) ])
}) })
describe.only("unhappy paths", () => { describe("unhappy paths", () => {
let table: Table let table: Table
beforeAll(async () => { beforeAll(async () => {
table = await config.api.table.save( table = await config.api.table.save(

View File

@ -1,5 +1,4 @@
import { import {
FieldSchema,
Row, Row,
Table, Table,
TableRequest, TableRequest,