Skip to content

Commit

Permalink
1.67.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moroshko committed Apr 16, 2021
1 parent c1dc1a2 commit cad4ce6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "basis",
"version": "1.66.1",
"version": "1.67.0",
"description": "Basis Design System",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down
4 changes: 3 additions & 1 deletion src/components/Form.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,9 @@ describe("Form", () => {
expect(
screen.queryByText("Try to spell it differently")
).toBeInTheDocument();
expect(screen.queryByText("Please enter a name")).not.toBeInTheDocument();
expect(
screen.queryByText("Please enter a name")
).not.toBeInTheDocument();
expect(screen.queryByText("Please enter an age")).toBeInTheDocument();

expect(
Expand Down

1 comment on commit cad4ce6

@vercel
Copy link

@vercel vercel bot commented on cad4ce6 Apr 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.