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
+3-3
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
3
3
> _Visual, reactive testing library for Julia_
4
4
5
-
A macro `@test` that you can use to verify your code's correctness.
6
-
7
-
**But instead of just saying _"Pass"_ or _"Fail"_, let's try to show you _why_ a test failed.**
5
+
A macro `@test` that you can use to verify your code's correctness. **But instead of just saying _"Pass"_ or _"Fail"_, let's try to show you _why_ a test failed.**
8
6
- ✨ _time travel_ ✨ to replay the execution step-by-step
9
7
- ⭐️ _multimedia display_ ⭐️ to make results easy to read
0 commit comments