Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit bdcbf52

Browse files
committed
Update snapshots
1 parent cff90b8 commit bdcbf52

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

src/_tests/fixtures/49841/derived.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"kind": "package-meta",
3030
"suspect": "not the required form",
3131
"suggestion": {
32-
"startLine": 2,
33-
"endLine": 46,
34-
"body": " \"compilerOptions\": {\n \"module\": \"commonjs\",\n \"lib\": [\n \"es6\"\n ],\n \"noImplicitAny\": true,\n \"noImplicitThis\": true,\n \"strictNullChecks\": true,\n \"strictFunctionTypes\": true,\n \"baseUrl\": \"../\",\n \"typeRoots\": [\n \"../\"\n ],\n \"types\": [],\n \"noEmit\": true,\n \"forceConsistentCasingInFileNames\": true\n },\n \"files\": [\n \"index.d.ts\",\n \"react-native-sha1-test.ts\"\n ]\n"
32+
"startLine": 17,
33+
"endLine": 17,
34+
"body": ""
3535
}
3636
},
3737
{

src/_tests/fixtures/49841/mutations.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@
6464
"input": {
6565
"pullRequestId": "MDExOlB1bGxSZXF1ZXN0NTI4OTE2Mjg5",
6666
"path": "types/react-native-sha1/tsconfig.json",
67-
"startLine": 2,
68-
"line": 46,
69-
"body": "```suggestion\n \"compilerOptions\": {\n \"module\": \"commonjs\",\n \"lib\": [\n \"es6\"\n ],\n \"noImplicitAny\": true,\n \"noImplicitThis\": true,\n \"strictNullChecks\": true,\n \"strictFunctionTypes\": true,\n \"baseUrl\": \"../\",\n \"typeRoots\": [\n \"../\"\n ],\n \"types\": [],\n \"noEmit\": true,\n \"forceConsistentCasingInFileNames\": true\n },\n \"files\": [\n \"index.d.ts\",\n \"react-native-sha1-test.ts\"\n ]\n"
67+
"line": 17,
68+
"body": "```suggestion\n"
7069
}
7170
}
7271
},

src/_tests/fixtures/49841/result.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"suggestions": [
2323
{
2424
"path": "types/react-native-sha1/tsconfig.json",
25-
"startLine": 2,
26-
"endLine": 46,
27-
"body": " \"compilerOptions\": {\n \"module\": \"commonjs\",\n \"lib\": [\n \"es6\"\n ],\n \"noImplicitAny\": true,\n \"noImplicitThis\": true,\n \"strictNullChecks\": true,\n \"strictFunctionTypes\": true,\n \"baseUrl\": \"../\",\n \"typeRoots\": [\n \"../\"\n ],\n \"types\": [],\n \"noEmit\": true,\n \"forceConsistentCasingInFileNames\": true\n },\n \"files\": [\n \"index.d.ts\",\n \"react-native-sha1-test.ts\"\n ]\n"
25+
"startLine": 17,
26+
"endLine": 17,
27+
"body": ""
2828
}
2929
],
3030
"shouldClose": false,

0 commit comments

Comments
 (0)