We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abaeade commit 98b66d9Copy full SHA for 98b66d9
src/molecules/forms/form.test.tsx
@@ -41,7 +41,7 @@ describe("Form", () => {
41
42
test("when given prop cssClassName, renders with class name", () => {
43
// Arrange
44
- const randomClassName = faker.random.word();
+ const randomClassName = faker.random.word().replace(/ /, "");
45
46
// Act
47
const { container } = render(
0 commit comments