1
0
Fork 0
mirror of synced 2024-09-12 23:43:09 +12:00
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
beforeAll(async () => {
table = await config.api.table.save(

View file

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