Skip to content

Commit

Permalink
Add back highlight
Browse files Browse the repository at this point in the history
Going to add this back for now since it's used in the example
  • Loading branch information
jtoar committed May 4, 2022
1 parent 960f7ce commit ee349aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/tutorial/chapter6/multiple-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ But in this case we can do a little more to make sure `CommentsCell` is doing wh
<TabItem value="js" label="JavaScript">

```jsx title="web/src/components/CommentsCell/CommentsCell.test.js"
// highlight-next-line
import { render, screen } from '@redwoodjs/testing/web'
import { Loading, Empty, Failure, Success } from './CommentsCell'
import { standard } from './CommentsCell.mock'
Expand Down

0 comments on commit ee349aa

Please sign in to comment.