Skip to content

Commit

Permalink
Auto add snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJang27 authored and github-actions[bot] committed Feb 17, 2025
1 parent 56e5f99 commit 4bf214f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
10 changes: 10 additions & 0 deletions linters/scalafmt/test_data/scalafmt_v3.9.0_basic.fmt.shot
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// trunk-upgrade-validation:RELEASE

exports[`Testing formatter scalafmt test basic 1`] = `
"case class Demo(a: String,
b: Int,
c: Char
)
"
`;
21 changes: 21 additions & 0 deletions linters/scalafmt/test_data/scalafmt_v3.9.0_empty.check.shot
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// trunk-upgrade-validation:RELEASE

exports[`Testing linter scalafmt test empty 1`] = `
{
"issues": [],
"lintActions": [
{
"command": "format",
"fileGroupName": "scala",
"linter": "scalafmt",
"paths": [
"test_data/empty.in.scala",
],
"verb": "TRUNK_VERB_FMT",
},
],
"taskFailures": [],
"unformattedFiles": [],
}
`;

0 comments on commit 4bf214f

Please sign in to comment.