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

Commit 47f96e8

Browse files
committed
Update snapshots
1 parent 1542d2d commit 47f96e8

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
@@ -28,9 +28,9 @@
2828
"kind": "package-meta",
2929
"suspect": "not [the expected form](https://github.com/DefinitelyTyped/DefinitelyTyped#user-content-tsconfigjson)",
3030
"suggestion": {
31-
"startLine": 2,
32-
"endLine": 46,
33-
"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"
31+
"startLine": 17,
32+
"endLine": 17,
33+
"body": ""
3434
}
3535
},
3636
{

src/_tests/fixtures/49841/mutations.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,8 @@
6565
"input": {
6666
"pullRequestId": "MDExOlB1bGxSZXF1ZXN0NTI4OTE2Mjg5",
6767
"path": "types/react-native-sha1/tsconfig.json",
68-
"startLine": 2,
69-
"line": 46,
70-
"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"
68+
"line": 17,
69+
"body": "```suggestion\n"
7170
}
7271
}
7372
},

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)