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

Commit 24d42ae

Browse files
committed
Update snapshots
1 parent 0e18000 commit 24d42ae

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](https://github.com/DefinitelyTyped/DefinitelyTyped#user-content-tsconfigjson)",
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
@@ -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
@@ -23,9 +23,9 @@
2323
"suggestions": [
2424
{
2525
"path": "types/react-native-sha1/tsconfig.json",
26-
"startLine": 2,
27-
"endLine": 46,
28-
"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"
26+
"startLine": 17,
27+
"endLine": 17,
28+
"body": ""
2929
}
3030
],
3131
"shouldClose": false,

0 commit comments

Comments
 (0)