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 3002a2a commit 5d8f43eCopy full SHA for 5d8f43e
Plugins/PackageToJS/Tests/TestsParserTests.swift
@@ -19,7 +19,7 @@ import Testing
19
parser.finalize()
20
try assertSnapshot(
21
filePath: filePath, function: function, sourceLocation: sourceLocation,
22
- input: Data(output.utf8), fileExtension: "txt",
+ input: Data(output.utf8), fileExtension: "txt"
23
)
24
}
25
0 commit comments