diff --git a/test/fixture/config.ts b/test/fixture/config.ts index 170ecee..c6f2b04 100644 --- a/test/fixture/config.ts +++ b/test/fixture/config.ts @@ -2,7 +2,7 @@ export default { theme: "./theme", extends: [ ["c12-npm-test", { userMeta: 123 }], - ["gh:unjs/c12/test/fixture/_github#feat/clone-fixes", { userMeta: 123 }], + ["gh:unjs/c12/test/fixture/_github#main", { userMeta: 123 }], ], $test: { extends: ["./config.dev"], diff --git a/test/index.test.ts b/test/index.test.ts index 8430ab8..50211a0 100644 --- a/test/index.test.ts +++ b/test/index.test.ts @@ -110,7 +110,7 @@ describe("c12", () => { }, ], [ - "gh:unjs/c12/test/fixture/_github#feat/clone-fixes", + "gh:unjs/c12/test/fixture/_github#main", { "userMeta": 123, }, @@ -201,8 +201,8 @@ describe("c12", () => { "config": { "githubLayer": true, }, - "configFile": "/fixture/node_modules/.c12/gh_unjs_c12_JtzxmAv2Dh/config.ts", - "cwd": "/fixture/node_modules/.c12/gh_unjs_c12_JtzxmAv2Dh", + "configFile": "/fixture/node_modules/.c12/gh_unjs_c12_vsPD2sVEDo/config.ts", + "cwd": "/fixture/node_modules/.c12/gh_unjs_c12_vsPD2sVEDo", "meta": {}, "source": "config", "sourceOptions": { @@ -243,6 +243,7 @@ describe("c12", () => { "configFile": true, "devConfig": true, "envConfig": true, + "githubLayer": true, "npmConfig": true, "overriden": false, "theme": "./theme",