Skip to content

Commit 2da9d6f

Browse files
andrewdelpretetmcw
authored andcommittedJun 4, 2020
try fixing test again ;D
1 parent 28867f8 commit 2da9d6f

File tree

1 file changed

+91
-91
lines changed

1 file changed

+91
-91
lines changed
 

‎__tests__/__snapshots__/test.js.snap

+91-91
Original file line numberDiff line numberDiff line change
@@ -5204,6 +5204,65 @@ Object {
52045204

52055205
exports[`outputs document-exported.input.js JSON 1`] = `
52065206
Array [
5207+
Object {
5208+
"augments": Array [],
5209+
"context": Object {
5210+
"loc": Object {
5211+
"end": Object {
5212+
"column": 28,
5213+
"line": 1,
5214+
},
5215+
"start": Object {
5216+
"column": 0,
5217+
"line": 1,
5218+
},
5219+
},
5220+
},
5221+
"description": "",
5222+
"errors": Array [],
5223+
"examples": Array [],
5224+
"implements": Array [],
5225+
"kind": "function",
5226+
"loc": Object {
5227+
"end": Object {
5228+
"column": 28,
5229+
"line": 1,
5230+
},
5231+
"start": Object {
5232+
"column": 0,
5233+
"line": 1,
5234+
},
5235+
},
5236+
"members": Object {
5237+
"events": Array [],
5238+
"global": Array [],
5239+
"inner": Array [],
5240+
"instance": Array [],
5241+
"static": Array [],
5242+
},
5243+
"name": "x",
5244+
"namespace": "x",
5245+
"params": Array [
5246+
Object {
5247+
"lineNumber": 1,
5248+
"name": "yparam",
5249+
"title": "param",
5250+
},
5251+
],
5252+
"path": Array [
5253+
Object {
5254+
"kind": "function",
5255+
"name": "x",
5256+
},
5257+
],
5258+
"properties": Array [],
5259+
"returns": Array [],
5260+
"sees": Array [],
5261+
"tags": Array [],
5262+
"throws": Array [],
5263+
"todos": Array [],
5264+
"yields": Array [],
5265+
},
52075266
Object {
52085267
"augments": Array [],
52095268
"context": Object {
@@ -5318,65 +5377,6 @@ Array [
53185377
"todos": Array [],
53195378
"yields": Array [],
53205379
},
5321-
Object {
5322-
"augments": Array [],
5323-
"context": Object {
5324-
"loc": Object {
5325-
"end": Object {
5326-
"column": 28,
5327-
"line": 1,
5328-
},
5329-
"start": Object {
5330-
"column": 0,
5331-
"line": 1,
5332-
},
5333-
},
5334-
},
5335-
"description": "",
5336-
"errors": Array [],
5337-
"examples": Array [],
5338-
"implements": Array [],
5339-
"kind": "function",
5340-
"loc": Object {
5341-
"end": Object {
5342-
"column": 28,
5343-
"line": 1,
5344-
},
5345-
"start": Object {
5346-
"column": 0,
5347-
"line": 1,
5348-
},
5349-
},
5350-
"members": Object {
5351-
"events": Array [],
5352-
"global": Array [],
5353-
"inner": Array [],
5354-
"instance": Array [],
5355-
"static": Array [],
5356-
},
5357-
"name": "x",
5358-
"namespace": "x",
5359-
"params": Array [
5360-
Object {
5361-
"lineNumber": 1,
5362-
"name": "yparam",
5363-
"title": "param",
5364-
},
5365-
],
5366-
"path": Array [
5367-
Object {
5368-
"kind": "function",
5369-
"name": "x",
5370-
},
5371-
],
5372-
"properties": Array [],
5373-
"returns": Array [],
5374-
"sees": Array [],
5375-
"tags": Array [],
5376-
"throws": Array [],
5377-
"todos": Array [],
5378-
"yields": Array [],
5379-
},
53805380
Object {
53815381
"augments": Array [],
53825382
"context": Object {
@@ -7078,10 +7078,10 @@ exports[`outputs document-exported.input.js markdown 1`] = `
70787078

70797079
### Table of Contents
70807080

7081-
- [z][1]
7082-
- [zMethod][2]
7083-
- [x][3]
7084-
- [Parameters][4]
7081+
- [x][1]
7082+
- [Parameters][2]
7083+
- [z][3]
7084+
- [zMethod][4]
70857085
- [Class][5]
70867086
- [Parameters][6]
70877087
- [classMethod][7]
@@ -7117,16 +7117,16 @@ exports[`outputs document-exported.input.js markdown 1`] = `
71177117
- [o2][37]
71187118
- [om2][38]
71197119

7120-
## z
7121-
7122-
### zMethod
7123-
71247120
## x
71257121

71267122
### Parameters
71277123

71287124
- \`yparam\`
71297125

7126+
## z
7127+
7128+
### zMethod
7129+
71307130
## Class
71317131

71327132
### Parameters
@@ -7223,13 +7223,13 @@ f5 comment
72237223

72247224
### om2
72257225

7226-
[1]: #z
7226+
[1]: #x
72277227

7228-
[2]: #zmethod
7228+
[2]: #parameters
72297229

7230-
[3]: #x
7230+
[3]: #z
72317231

7232-
[4]: #parameters
7232+
[4]: #zmethod
72337233

72347234
[5]: #class
72357235

@@ -7314,26 +7314,6 @@ Object {
73147314
"type": "html",
73157315
"value": "<!-- Generated by documentation.js. Update this documentation by updating the source code. -->",
73167316
},
7317-
Object {
7318-
"children": Array [
7319-
Object {
7320-
"type": "text",
7321-
"value": "z",
7322-
},
7323-
],
7324-
"depth": 2,
7325-
"type": "heading",
7326-
},
7327-
Object {
7328-
"children": Array [
7329-
Object {
7330-
"type": "text",
7331-
"value": "zMethod",
7332-
},
7333-
],
7334-
"depth": 3,
7335-
"type": "heading",
7336-
},
73377317
Object {
73387318
"children": Array [
73397319
Object {
@@ -7382,6 +7362,26 @@ Object {
73827362
"ordered": false,
73837363
"type": "list",
73847364
},
7365+
Object {
7366+
"children": Array [
7367+
Object {
7368+
"type": "text",
7369+
"value": "z",
7370+
},
7371+
],
7372+
"depth": 2,
7373+
"type": "heading",
7374+
},
7375+
Object {
7376+
"children": Array [
7377+
Object {
7378+
"type": "text",
7379+
"value": "zMethod",
7380+
},
7381+
],
7382+
"depth": 3,
7383+
"type": "heading",
7384+
},
73857385
Object {
73867386
"children": Array [
73877387
Object {

0 commit comments

Comments
 (0)
Please sign in to comment.