|
| 1 | +exports[`api links > should work correctly for all fixtures > buffer.js 1`] = ` |
| 2 | +{ |
| 3 | + "buffer.Buffer": "lib/buffer.js#L5", |
| 4 | + "buf.instanceMethod": "lib/buffer.js#L8" |
| 5 | +} |
| 6 | +`; |
| 7 | + |
| 8 | +exports[`api links > should work correctly for all fixtures > class.js 1`] = ` |
| 9 | +{ |
| 10 | + "Class": "lib/class.js#L5", |
| 11 | + "new Class": "lib/class.js#L6", |
| 12 | + "class.method": "lib/class.js#L7" |
| 13 | +} |
| 14 | +`; |
| 15 | + |
| 16 | +exports[`api links > should work correctly for all fixtures > exports.js 1`] = ` |
| 17 | +{ |
| 18 | + "exports.fn1": "lib/exports.js#L8", |
| 19 | + "exports.fn2": "lib/exports.js#L10", |
| 20 | + "exports.Buffer": "lib/exports.js#L5", |
| 21 | + "exports.fn3": "lib/exports.js#L12" |
| 22 | +} |
| 23 | +`; |
| 24 | + |
| 25 | +exports[`api links > should work correctly for all fixtures > mod.js 1`] = ` |
| 26 | +{ |
| 27 | + "mod.foo": "lib/mod.js#L5" |
| 28 | +} |
| 29 | +`; |
| 30 | + |
| 31 | +exports[`api links > should work correctly for all fixtures > prototype.js 1`] = ` |
| 32 | +{ |
| 33 | + "prototype.Class": "lib/prototype.js#L5", |
| 34 | + "Class.classMethod": "lib/prototype.js#L8", |
| 35 | + "class.instanceMethod": "lib/prototype.js#L9" |
| 36 | +} |
| 37 | +`; |
| 38 | + |
| 39 | +exports[`api links > should work correctly for all fixtures > reverse.js 1`] = ` |
| 40 | +{ |
| 41 | + "asserts": "lib/reverse.js#L8", |
| 42 | + "asserts.ok": "lib/reverse.js#L5", |
| 43 | + "asserts.strictEqual": "lib/reverse.js#L12" |
| 44 | +} |
| 45 | +`; |
| 46 | + |
| 47 | +exports[`api links > should work correctly for all fixtures > root.js 1`] = ` |
| 48 | +{} |
| 49 | +`; |
0 commit comments