- Write a representative test in
RewriteTest.scala
. - Optionally, print the logs by adding
state.trace.foreach(println)
in therunApplyUpdate
method. - Optionally, create a test that intentionally fails by using the
test("...".fail) { ... }
construct. - Optionally, open a PR to get input from the maintainers and community.