-
Notifications
You must be signed in to change notification settings - Fork 0
/
input.json
44 lines (44 loc) · 1005 Bytes
/
input.json
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
[
{
"target": {
"path" : "/Users/mac-JMACKO01/Developer/vitamin-play-apple-2/Sources/Fonts",
"name" : "Fonts",
}
},
{
"target": {
"path" : "/Users/mac-JMACKO01/Developer/vitamin-play-apple-2/Sources/Tokens",
"name" : "Tokens",
}
},
{
"test": {
"path" : "Tests/Colors",
"name" : "ColorsTests",
},
"target": {
"path" : "/Users/mac-JMACKO01/Developer/vitamin-play-apple-2/Sources/Colors",
"name" : "Colors",
}
},
{
"test": {
"path" : "Tests/Components/IconButton",
"name" : "IconButtonTests",
},
"target": {
"path" : "/Users/mac-JMACKO01/Developer/vitamin-play-apple-2/Sources/Components/IconButton",
"name" : "IconButton",
}
},
{
"test": {
"path" : "Tests/VitaminPlay",
"name" : "VitaminPlayTests",
},
"target": {
"path" : "/Users/mac-JMACKO01/Developer/vitamin-play-apple-2/Sources/VitaminPlay",
"name" : "VitaminPlay",
}
}
]