Lint
This commit is contained in:
parent
95a9641c08
commit
b36d7868a4
|
@ -699,7 +699,7 @@ describe.each([
|
|||
])
|
||||
})
|
||||
|
||||
describe.only("unhappy paths", () => {
|
||||
describe("unhappy paths", () => {
|
||||
let table: Table
|
||||
beforeAll(async () => {
|
||||
table = await config.api.table.save(
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
import {
|
||||
FieldSchema,
|
||||
Row,
|
||||
Table,
|
||||
TableRequest,
|
||||
|
|
Loading…
Reference in New Issue