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-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,8 +113,10 @@ bats test
113
113
brew install entr
114
114
ls --color=never diff-so-fancy test/*.bats | entr bats test
115
115
```
116
+
When writing assertions, you'll likely want to compare to expected output. To grab that reliably, you can use something like `git --no-pager diff | diff-so-fancy > output.txt`
116
117
117
-
Be sure to lint your scripts via shellcheck
118
+
119
+
You can lint your scripts via shellcheck, our CI bots will also check.
0 commit comments