Skip to content

Commit 7025172

Browse files
isidoreJayBazuziScottBob
committed
. e scrubbers
Co-Authored-By: Jay Bazuzi <1259628+JayBazuzi@users.noreply.github.com> Co-Authored-By: Scott Wierschem <28421044+ScottBob@users.noreply.github.com>
1 parent 904e5dd commit 7025172

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.windsurf/UnitTestStyleGuide.process.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@
44

55
* Preferable tests over multiple asserts.
66
* Use toStrings and Printers. If the toString on an object is good, use it. If not, create a printing function either in the test or in production code and use that.
7+
8+
### Dates, GUIDS and other non-deterministic values
9+
10+
Use [Scrubbers](../approvaltests/docs/Scrubbers.md) to remove non-deterministic values from the output.

0 commit comments

Comments
 (0)