Skip to content

Commit 8f64cd2

Browse files
authored
Update App.test.js
1 parent 0f3da8e commit 8f64cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ test("displays user info in resume section after input", () => {
2525
target: { value: "[email protected]" },
2626
});
2727
fireEvent.change(screen.getByPlaceholderText(/Phone/i), {
28-
target: { value: "1234567890"},
28+
target: { value: "1234567890" },
2929
});
3030
fireEvent.change(screen.getByPlaceholderText(/LinkedIn URL/i), {
3131
target: { value: "linkedin.com/in/johndoe" },

0 commit comments

Comments
 (0)