Skip to content

Commit 34f95eb

Browse files
committed
update snapshot
1 parent 50b54eb commit 34f95eb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

test/index.test.ts

+19
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ describe("c12", () => {
6767
"defaultConfig": true,
6868
"devConfig": true,
6969
"envConfig": true,
70+
"githubLayer": true,
7071
"npmConfig": true,
7172
"overriden": true,
7273
"packageJSON": true,
@@ -108,6 +109,12 @@ describe("c12", () => {
108109
"userMeta": 123,
109110
},
110111
],
112+
[
113+
"gh:unjs/c12/test/fixture/_github#feat/clone-fixes",
114+
{
115+
"userMeta": 123,
116+
},
117+
],
111118
],
112119
"overriden": false,
113120
"theme": "./theme",
@@ -190,6 +197,18 @@ describe("c12", () => {
190197
"userMeta": 123,
191198
},
192199
},
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+
},
193212
{
194213
"config": {
195214
"virtual": true,

0 commit comments

Comments
 (0)