You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ const dip2 = {
89
89
90
90
We'll do a couple of quick unit tests just to make sure your Jest environment is set up correctly and you've got the syntax down.
91
91
92
-
Have a look at the `workshop/utils/jadenCase.js` helper function. It turns regular strings into philosophical [Jaden Smith tweets](https://twitter.com/officialjaden) (That Are Formatted With This Strange Capitalisation).
92
+
Have a look at the `workshop/utils/jadenCase.js` helper function. It turns regular strings into philosophical [Jaden Smith tweets](https://twitter.com/jaden/status/329768040235413504?lang=en) (That Are Formatted With This Strange Capitalisation).
93
93
94
94
Create a file in `utils/` called `jadenCase.test.js`, then write two tests:
0 commit comments