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 0f3da8e commit 8f64cd2Copy full SHA for 8f64cd2
src/App.test.js
@@ -25,7 +25,7 @@ test("displays user info in resume section after input", () => {
25
target: { value: "[email protected]" },
26
});
27
fireEvent.change(screen.getByPlaceholderText(/Phone/i), {
28
- target: { value: "1234567890"},
+ target: { value: "1234567890" },
29
30
fireEvent.change(screen.getByPlaceholderText(/LinkedIn URL/i), {
31
target: { value: "linkedin.com/in/johndoe" },
0 commit comments