Skip to content

Commit a8b73c2

Browse files
committed
test: update gh fixture to main
1 parent cb3f527 commit a8b73c2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

test/fixture/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export default {
22
theme: "./theme",
33
extends: [
44
["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 }],
66
],
77
$test: {
88
extends: ["./config.dev"],

test/index.test.ts

+4-3
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ describe("c12", () => {
110110
},
111111
],
112112
[
113-
"gh:unjs/c12/test/fixture/_github#feat/clone-fixes",
113+
"gh:unjs/c12/test/fixture/_github#main",
114114
{
115115
"userMeta": 123,
116116
},
@@ -201,8 +201,8 @@ describe("c12", () => {
201201
"config": {
202202
"githubLayer": true,
203203
},
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",
206206
"meta": {},
207207
"source": "config",
208208
"sourceOptions": {
@@ -243,6 +243,7 @@ describe("c12", () => {
243243
"configFile": true,
244244
"devConfig": true,
245245
"envConfig": true,
246+
"githubLayer": true,
246247
"npmConfig": true,
247248
"overriden": false,
248249
"theme": "./theme",

0 commit comments

Comments
 (0)