Skip to content

Commit b4ceeaf

Browse files
authored
Update readme.md
1 parent 1cdec6e commit b4ceeaf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,10 @@ assertGoldenLiteral(x, List(1, 2))
830830
This means it is easy to write the logic of the tests and have uTest "fill in the blanks"
831831
for you.
832832

833+
See
834+
[Golden Literal Testing in uTest 0.9.0](https://www.lihaoyi.com/post/GoldenLiteralTestinginuTest090.html)
835+
for more details.
836+
833837
`assertGoldenLiteral` is only supported on Scala-JVM, and not on Scala-JS and Scala-Native
834838

835839
assertGoldenFile
@@ -1499,7 +1503,9 @@ Changelog
14991503
* Golden testing is now supported via [assertGoldenLiteral](#assertgoldenliteral) and
15001504
[assertGoldenFile](#assertgoldenfile). This allows uTest to help you fill in the
15011505
"expected" value of simple assertions the first time you run the test, and keep
1502-
that value up to date as the behavior of your code evolves.
1506+
that value up to date as the behavior of your code evolves. See
1507+
[Golden Literal Testing in uTest 0.9.0](https://www.lihaoyi.com/post/GoldenLiteralTestinginuTest090.html)
1508+
for more details
15031509

15041510
![Golden.png](docs/Golden.png)
15051511

0 commit comments

Comments
 (0)