We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5659da8 commit a20a6d8Copy full SHA for a20a6d8
R/snapshot-reporter.R
@@ -35,7 +35,7 @@ SnapshotReporter <- R6::R6Class("SnapshotReporter",
35
},
36
37
start_test = function(context, test) {
38
- self$test <- test
+ self$test <- gsub("\n", "", test)
39
40
41
# Called by expectation
0 commit comments