Skip to content

Commit a85ad7e

Browse files
committed
Update other snapshots for tests using @type
1 parent ef850e2 commit a85ad7e

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

__tests__/__snapshots__/test.js.snap

+40
Original file line numberDiff line numberDiff line change
@@ -13082,6 +13082,26 @@ Object {
1308213082
},
1308313083
"type": "paragraph",
1308413084
},
13085+
Object {
13086+
"children": Array [
13087+
Object {
13088+
"type": "text",
13089+
"value": "Type: ",
13090+
},
13091+
Object {
13092+
"children": Array [
13093+
Object {
13094+
"type": "text",
13095+
"value": "string",
13096+
},
13097+
],
13098+
"href": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String",
13099+
"type": "link",
13100+
"url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String",
13101+
},
13102+
],
13103+
"type": "paragraph",
13104+
},
1308513105
Object {
1308613106
"children": Array [
1308713107
Object {
@@ -15001,6 +15021,26 @@ Object {
1500115021
},
1500215022
"type": "paragraph",
1500315023
},
15024+
Object {
15025+
"children": Array [
15026+
Object {
15027+
"type": "text",
15028+
"value": "Type: ",
15029+
},
15030+
Object {
15031+
"children": Array [
15032+
Object {
15033+
"type": "text",
15034+
"value": "Object",
15035+
},
15036+
],
15037+
"href": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object",
15038+
"type": "link",
15039+
"url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object",
15040+
},
15041+
],
15042+
"type": "paragraph",
15043+
},
1500415044
Object {
1500515045
"children": Array [
1500615046
Object {

0 commit comments

Comments
 (0)