Skip to content

Commit

Permalink
remove nested test
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjwatkins committed Dec 5, 2023
1 parent 1bc9e94 commit 5895885
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions easy-ui-react/src/utilities/css.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ describe("getComponentDesignToken", () => {
).toMatchObject({
"--ezui-c-stack-space": "var(--ezui-space-4)",
});
it("sanitizes falsy values", () => {
expect(
getComponentDesignToken("stack", "space", "space", undefined),
).toEqual({});
});
});
it("sanitizes falsy values", () => {
expect(
getComponentDesignToken("stack", "space", "space", undefined),
).toEqual({});
});
});

Expand Down

0 comments on commit 5895885

Please sign in to comment.