Skip to content

Commit f20e6a7

Browse files
committed
04/03: fix broken InlineFile formatting
1 parent 343e12e commit f20e6a7

File tree

1 file changed

+2
-2
lines changed
  • exercises/04.debugging/03.problem.breakpoints

1 file changed

+2
-2
lines changed

exercises/04.debugging/03.problem.breakpoints/README.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ That isn't ideal. You can add a breakpoint through your IDE instead:
1313
1414
👨‍💼 In this exercise, I have a few tasks for you:
1515

16-
1. Replace the `debugger` statements in the <InlineFile file="./src/tic-tac-toe-browser.test.tsx">`./src/`tic-tac-toe-browser.test.tsx`</InlineFile> with breakpoints set in your IDE. Run the tests in debug mode to verify that breakpoints actually stop the test run where you want them to.
17-
1. Complete the test case in <InlineFile file="./src/main-menu.browser.test.tsx">`./src/`main-menu.browser.test.tsx`</InlineFile>. This is a new component rendering a menu in our app. It looks simple enough but there's something odd about those active links... Once you finish the test, run it in the debug mode and try to see how you can use conditional breakpoints to get to the root cause of the issue.
16+
1. Replace the `debugger` statements in the <InlineFile file="./src/tic-tac-toe-browser.test.tsx">`./src/tic-tac-toe-browser.test.tsx`</InlineFile> with breakpoints set in your IDE. Run the tests in debug mode to verify that breakpoints actually stop the test run where you want them to.
17+
1. Complete the test case in <InlineFile file="./src/main-menu.browser.test.tsx">`./src/main-menu.browser.test.tsx`</InlineFile>. This is a new component rendering a menu in our app. It looks simple enough but there's something odd about those active links... Once you finish the test, run it in the debug mode and try to see how you can use conditional breakpoints to get to the root cause of the issue.

0 commit comments

Comments
 (0)