Skip to content

Commit 434a60c

Browse files
committed
test: update snapshots for new root plugin option
1 parent 3a61b10 commit 434a60c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

core/cli/test/__snapshots__/config.test.ts.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,6 +1702,7 @@ exports[`loadConfig should load a config from a root 1`] = `
17021702
},
17031703
"options": {
17041704
"allowNativeFetch": false,
1705+
"enableTelemetry": false,
17051706
},
17061707
"plugin": {
17071708
"children": [
@@ -4885,6 +4886,7 @@ exports[`loadConfig should load a config from a root and validate it 1`] = `
48854886
},
48864887
"options": {
48874888
"allowNativeFetch": false,
4889+
"enableTelemetry": false,
48884890
},
48894891
"plugin": {
48904892
"children": [
@@ -16502,6 +16504,7 @@ and pipeline.event.action != "closed"))
1650216504
},
1650316505
"options": {
1650416506
"allowNativeFetch": false,
16507+
"enableTelemetry": false,
1650516508
},
1650616509
"plugin": {
1650716510
"children": [

plugins/monorepo/test/__snapshots__/load-workspace-configs.test.ts.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,7 @@ exports[`LoadWorkspaceConfigs should load multiple tool kit configs from workspa
751751
},
752752
"options": {
753753
"allowNativeFetch": false,
754+
"enableTelemetry": false,
754755
},
755756
"plugin": {
756757
"children": [
@@ -1543,6 +1544,7 @@ exports[`LoadWorkspaceConfigs should load multiple tool kit configs from workspa
15431544
},
15441545
"options": {
15451546
"allowNativeFetch": false,
1547+
"enableTelemetry": false,
15461548
},
15471549
"plugin": {
15481550
"children": [

0 commit comments

Comments
 (0)