Skip to content

Commit 481fce9

Browse files
committed
fix(test configuration): Remove vestigial configuration entries
part of #745
1 parent b932f14 commit 481fce9

File tree

1 file changed

+23
-28
lines changed

1 file changed

+23
-28
lines changed

test/util/patternlab-config.json

Lines changed: 23 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,37 @@
11
{
2-
"paths" : {
3-
"source" : {
2+
"paths": {
3+
"source": {
44
"root": "./test/files/",
5-
"patterns" : "./test/files/_patterns/",
6-
"data" : "./test/files/_data/",
5+
"patterns": "./test/files/_patterns/",
6+
"data": "./test/files/_data/",
77
"meta": "./test/files/_meta/",
8-
"styleguide" : "./test/files/styleguide/",
9-
"patternlabFiles" : {
8+
"styleguide": "./test/files/styleguide/",
9+
"patternlabFiles": {
1010
"general-header": "./test/files/partials/general-header.mustache",
1111
"general-footer": "./test/files/partials/general-footer.mustache",
1212
"patternSection": "./test/files/partials/patternSection.mustache",
13-
"patternSectionSubtype": "./test/files/partials/patternSectionSubtype.mustache",
13+
"patternSectionSubtype":
14+
"./test/files/partials/patternSectionSubtype.mustache",
1415
"viewall": "./test/files/viewall.mustache"
1516
},
16-
"js" : "./test/files/js",
17-
"images" : "./test/files/images",
18-
"fonts" : "./test/files/fonts",
19-
"css" : "./test/files/css/"
17+
"js": "./test/files/js",
18+
"images": "./test/files/images",
19+
"fonts": "./test/files/fonts",
20+
"css": "./test/files/css/"
2021
},
21-
"public" : {
22-
"root" : "./test/public/",
23-
"patterns" : "./test/public/patterns/",
24-
"data" : "./test/public/data/",
25-
"styleguide" : "./test/public/styleguide/",
26-
"js" : "./test/public/js",
27-
"images" : "./test/public/images",
28-
"fonts" : "./test/public/fonts",
29-
"css" : "./test/public/css"
22+
"public": {
23+
"root": "./test/public/",
24+
"patterns": "./test/public/patterns/",
25+
"data": "./test/public/data/",
26+
"styleguide": "./test/public/styleguide/",
27+
"js": "./test/public/js",
28+
"images": "./test/public/images",
29+
"fonts": "./test/public/fonts",
30+
"css": "./test/public/css"
3031
}
3132
},
32-
"styleGuideExcludes": [
33-
"templates",
34-
"pages"
35-
],
33+
"styleGuideExcludes": ["templates", "pages"],
3634
"defaultPattern": "all",
37-
"ignored-extensions" : ["scss", "DS_Store", "less"],
38-
"ignored-directories" : ["scss"],
3935
"logLevel": "quiet",
4036
"ishControlsHide": {
4137
"s": false,
@@ -57,8 +53,7 @@
5753
"ishMinimum": "240",
5854
"ishMaximum": "2600",
5955
"patternStateCascade": ["inprogress", "inreview", "complete"],
60-
"patternStates": {
61-
},
56+
"patternStates": {},
6257
"patternExportPatternPartials": [],
6358
"patternExportDirectory": "./pattern_exports/",
6459
"patternExtension": "mustache",

0 commit comments

Comments
 (0)