Remove .only
This commit is contained in:
parent
d4f9822c74
commit
6d7712fbdc
|
@ -544,7 +544,7 @@ describe.each([
|
|||
})
|
||||
})
|
||||
|
||||
describe.only("row operations", () => {
|
||||
describe("row operations", () => {
|
||||
let table: Table, view: ViewV2
|
||||
beforeEach(async () => {
|
||||
table = await config.api.table.save(
|
||||
|
|
Loading…
Reference in New Issue