« get me outta code hell

generateTrackAdditionalNamesBox.js.test.cjs « snapshot « test « tap-snapshots - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/tap-snapshots/test/snapshot/generateTrackAdditionalNamesBox.js.test.cjs
blob: 3a22266ef7f09dd3b3cdd440ed9fa806dae55d84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
/* IMPORTANT
 * This snapshot file is auto-generated, but designed for humans.
 * It should be checked into source control and tracked carefully.
 * Re-generate by setting TAP_SNAPSHOT=1 and running tests.
 * Make sure to inspect the output below.  Do not ignore changes!
 */
'use strict'
exports[`test/snapshot/generateTrackAdditionalNamesBox.js > TAP > generateTrackAdditionalNamesBox (snapshot) > inferred additional names only 1`] = `
[mocked: generateAdditionalNamesBox
 args: [
   [
     { name: 'Baz Baz', from: [ { directory: 'the-pyrenees' } ] }
   ]
 ]
 slots: {}]
`

exports[`test/snapshot/generateTrackAdditionalNamesBox.js > TAP > generateTrackAdditionalNamesBox (snapshot) > multiple own 1`] = `
[mocked: generateAdditionalNamesBox
 args: [
   [
     { name: 'Apple Time!' },
     { name: 'Pterodactyl Time!' },
     { name: 'Banana Time!' }
   ]
 ]
 slots: {}]
`

exports[`test/snapshot/generateTrackAdditionalNamesBox.js > TAP > generateTrackAdditionalNamesBox (snapshot) > no additional names 1`] = `

`

exports[`test/snapshot/generateTrackAdditionalNamesBox.js > TAP > generateTrackAdditionalNamesBox (snapshot) > own additional names only 1`] = `
[mocked: generateAdditionalNamesBox
 args: [ [ { name: 'Foo Bar', annotation: 'the Alps' } ] ]
 slots: {}]
`

exports[`test/snapshot/generateTrackAdditionalNamesBox.js > TAP > generateTrackAdditionalNamesBox (snapshot) > own and inferred, some overlap 1`] = `
[mocked: generateAdditionalNamesBox
 args: [
   [
     { name: 'Ke$halo Strike Back', annotation: 'own annotation' },
     { name: 'Ironic Mania', annotation: 'own annotation' },
     {
       name: 'ANARCHY::MEGASTRIFE',
       from: [ { directory: 'inferred-from' } ]
     }
   ]
 ]
 slots: {}]
`

exports[`test/snapshot/generateTrackAdditionalNamesBox.js > TAP > generateTrackAdditionalNamesBox (snapshot) > own and shared and inferred, various overlap 1`] = `
[mocked: generateAdditionalNamesBox
 args: [
   [
     { name: 'Own!', annotation: 'own annotation' },
     { name: 'Own! Shared!', annotation: 'own annotation' },
     { name: 'Own! Inferred!', annotation: 'own annotation' },
     { name: 'Own! Shared! Inferred!', annotation: 'own annotation' },
     { name: 'Shared!', annotation: 'shared annotation' },
     { name: 'Shared! Inferred!', annotation: 'shared annotation' },
     { name: 'Inferred!', from: [ { directory: 'inferred-from' } ] }
   ]
 ]
 slots: {}]
`

exports[`test/snapshot/generateTrackAdditionalNamesBox.js > TAP > generateTrackAdditionalNamesBox (snapshot) > own and shared, some overlap 1`] = `
[mocked: generateAdditionalNamesBox
 args: [
   [
     { name: 'weed dreams..', annotation: 'own annotation' },
     { name: '夜間のMOON汗', annotation: 'own annotation' },
     { name: 'GAMINGブラザー96', annotation: 'shared annotation' }
   ]
 ]
 slots: {}]
`

exports[`test/snapshot/generateTrackAdditionalNamesBox.js > TAP > generateTrackAdditionalNamesBox (snapshot) > shared additional names only 1`] = `
[mocked: generateAdditionalNamesBox
 args: [ [ { name: 'Bar Foo', annotation: 'the Rockies' } ] ]
 slots: {}]
`

exports[`test/snapshot/generateTrackAdditionalNamesBox.js > TAP > generateTrackAdditionalNamesBox (snapshot) > shared and inferred, some overlap 1`] = `
[mocked: generateAdditionalNamesBox
 args: [
   [
     { name: 'Coruscate', annotation: 'shared annotation' },
     { name: 'Arbroath', annotation: 'shared annotation' },
     { name: 'Prana Ferox', from: [ { directory: 'inferred-from' } ] }
   ]
 ]
 slots: {}]
`