Skip to content

Commit

Permalink
re-enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
heswell committed Oct 26, 2023
1 parent 242566f commit d818b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vuu-ui/packages/vuu-utils/test/json-utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ describe("jsonToDataSourceRows", () => {
]);
});

it.only("parses a 2 level structure, mixed simple attributes and array (json values)", () => {
it("parses a 2 level structure, mixed simple attributes and array (json values)", () => {
console.log(
jsonToDataSourceRows({
test1: "value 1",
Expand Down

0 comments on commit d818b31

Please sign in to comment.