Skip to content

Commit 9ed2e33

Browse files
TylerJang27github-actions[bot]
authored andcommitted
Auto add snapshots
1 parent 335a120 commit 9ed2e33

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
// Jest Snapshot v1, https://goo.gl/fbAQLP
2+
// trunk-upgrade-validation:RELEASE
3+
4+
exports[`Testing linter ty test basic 1`] = `
5+
{
6+
"issues": [],
7+
"lintActions": [
8+
{
9+
"command": "check",
10+
"fileGroupName": "python",
11+
"linter": "ty",
12+
"paths": [
13+
"test_data/basic.in.py",
14+
],
15+
"verb": "TRUNK_VERB_CHECK",
16+
},
17+
{
18+
"command": "check",
19+
"fileGroupName": "python",
20+
"linter": "ty",
21+
"paths": [
22+
"test_data/basic.in.py",
23+
],
24+
"upstream": true,
25+
"verb": "TRUNK_VERB_CHECK",
26+
},
27+
],
28+
"taskFailures": [],
29+
"unformattedFiles": [],
30+
}
31+
`;
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
// Jest Snapshot v1, https://goo.gl/fbAQLP
2+
// trunk-upgrade-validation:RELEASE
3+
4+
exports[`Testing linter ty test interface 1`] = `
5+
{
6+
"issues": [],
7+
"lintActions": [
8+
{
9+
"command": "check",
10+
"fileGroupName": "python-interface",
11+
"linter": "ty",
12+
"paths": [
13+
"test_data/interface.in.pyi",
14+
],
15+
"verb": "TRUNK_VERB_CHECK",
16+
},
17+
{
18+
"command": "check",
19+
"fileGroupName": "python-interface",
20+
"linter": "ty",
21+
"paths": [
22+
"test_data/interface.in.pyi",
23+
],
24+
"upstream": true,
25+
"verb": "TRUNK_VERB_CHECK",
26+
},
27+
],
28+
"taskFailures": [],
29+
"unformattedFiles": [],
30+
}
31+
`;

0 commit comments

Comments
 (0)