File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ export default {
2
2
theme : "./theme" ,
3
3
extends : [
4
4
[ "c12-npm-test" , { userMeta : 123 } ] ,
5
- [ "gh:unjs/c12/test/fixture/_github#feat/clone-fixes " , { userMeta : 123 } ] ,
5
+ [ "gh:unjs/c12/test/fixture/_github#main " , { userMeta : 123 } ] ,
6
6
] ,
7
7
$test : {
8
8
extends : [ "./config.dev" ] ,
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ describe("c12", () => {
110
110
},
111
111
],
112
112
[
113
- "gh:unjs/c12/test/fixture/_github#feat/clone-fixes ",
113
+ "gh:unjs/c12/test/fixture/_github#main ",
114
114
{
115
115
"userMeta": 123,
116
116
},
@@ -201,8 +201,8 @@ describe("c12", () => {
201
201
"config": {
202
202
"githubLayer": true,
203
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 ",
204
+ "configFile": "<path>/fixture/node_modules/.c12/gh_unjs_c12_vsPD2sVEDo /config.ts",
205
+ "cwd": "<path>/fixture/node_modules/.c12/gh_unjs_c12_vsPD2sVEDo ",
206
206
"meta": {},
207
207
"source": "config",
208
208
"sourceOptions": {
@@ -243,6 +243,7 @@ describe("c12", () => {
243
243
"configFile": true,
244
244
"devConfig": true,
245
245
"envConfig": true,
246
+ "githubLayer": true,
246
247
"npmConfig": true,
247
248
"overriden": false,
248
249
"theme": "./theme",
You can’t perform that action at this time.
0 commit comments