We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 249c58d commit 3ff822fCopy full SHA for 3ff822f
src/test/scala/io/shiftleft/js2cpg/preprocessing/TranspilationRunnerTest.scala
@@ -142,7 +142,7 @@ class TranspilationRunnerTest extends AnyWordSpec with Matchers {
142
File(f._1).contentAsString
143
.split("\n")
144
.filterNot(_.trim == "\"use strict\";") // latest Babel uses strict checking
145
- .head // we ignore the sourcemap reference comment here
+ .head // we ignore the sourcemap reference comment here
146
.mkString
147
.stripLineEnd
148
)
0 commit comments