Skip to content

Commit

Permalink
fix: remove test.only
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin-Alexa Robinson committed Feb 22, 2024
1 parent 70d8452 commit af0c89f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1876,7 +1876,7 @@ After all the lists
});

describe("tables", () => {
test.only("with column headings", () => {
test("with column headings", () => {
const [dataSetId, column1id, column2id, cell1_1id, cell1_2id] = [
uuid(),
uuid(),
Expand Down

0 comments on commit af0c89f

Please sign in to comment.