Skip to content

Commit

Permalink
chore: update version v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
k11q committed Jul 19, 2023
1 parent 2400c98 commit c7b07d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/radix-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "radix-vue",
"version": "0.1.7",
"version": "0.1.8",
"description": "Vue port for Radix UI Primitives.",
"type": "module",
"main": "./dist/index.umd.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/radix-vue/src/Switch/__tests__/Switch.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe("test switch functionalities", () => {
await fireEvent.keyDown(input, { key: "Enter" });
screen.getByText("unchecked");
});
/*
/*
test("keydown space root will toggle value", async () => {
const { container } = render(Switch1);
const input = container.querySelector("input")!;
Expand Down

0 comments on commit c7b07d7

Please sign in to comment.