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 964dade commit 64ac63cCopy full SHA for 64ac63c
src/atoms/typography/paragraph.test.tsx
@@ -18,7 +18,7 @@ describe("Paragraph", () => {
18
test("when given cssClassName prop, renders paragraph with given class name", () => {
19
// Act
20
const expected = faker.random.words();
21
- const testClassName = faker.random.word();
+ const testClassName = faker.random.word().replace(/ /, "");
22
23
// Arrange
24
const { container } = render(
0 commit comments