Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 9, 2023
1 parent 50b54eb commit 34f95eb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ describe("c12", () => {
"defaultConfig": true,
"devConfig": true,
"envConfig": true,
"githubLayer": true,
"npmConfig": true,
"overriden": true,
"packageJSON": true,
Expand Down Expand Up @@ -108,6 +109,12 @@ describe("c12", () => {
"userMeta": 123,
},
],
[
"gh:unjs/c12/test/fixture/_github#feat/clone-fixes",
{
"userMeta": 123,
},
],
],
"overriden": false,
"theme": "./theme",
Expand Down Expand Up @@ -190,6 +197,18 @@ describe("c12", () => {
"userMeta": 123,
},
},
{
"config": {
"githubLayer": true,
},
"configFile": "<path>/fixture/node_modules/.c12/gh_unjs_c12_JtzxmAv2Dh/config.ts",
"cwd": "<path>/fixture/node_modules/.c12/gh_unjs_c12_JtzxmAv2Dh",
"meta": {},
"source": "config",
"sourceOptions": {
"userMeta": 123,
},
},
{
"config": {
"virtual": true,
Expand Down

0 comments on commit 34f95eb

Please sign in to comment.