File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ describe("c12", () => {
67
67
"defaultConfig": true,
68
68
"devConfig": true,
69
69
"envConfig": true,
70
+ "githubLayer": true,
70
71
"npmConfig": true,
71
72
"overriden": true,
72
73
"packageJSON": true,
@@ -108,6 +109,12 @@ describe("c12", () => {
108
109
"userMeta": 123,
109
110
},
110
111
],
112
+ [
113
+ "gh:unjs/c12/test/fixture/_github#feat/clone-fixes",
114
+ {
115
+ "userMeta": 123,
116
+ },
117
+ ],
111
118
],
112
119
"overriden": false,
113
120
"theme": "./theme",
@@ -190,6 +197,18 @@ describe("c12", () => {
190
197
"userMeta": 123,
191
198
},
192
199
},
200
+ {
201
+ "config": {
202
+ "githubLayer": true,
203
+ },
204
+ "configFile": "<path>/fixture/node_modules/.c12/gh_unjs_c12_JtzxmAv2Dh/config.ts",
205
+ "cwd": "<path>/fixture/node_modules/.c12/gh_unjs_c12_JtzxmAv2Dh",
206
+ "meta": {},
207
+ "source": "config",
208
+ "sourceOptions": {
209
+ "userMeta": 123,
210
+ },
211
+ },
193
212
{
194
213
"config": {
195
214
"virtual": true,
You can’t perform that action at this time.
0 commit comments