File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
core/cli/test/__snapshots__
plugins/monorepo/test/__snapshots__ Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff 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": [
Original file line number Diff line number Diff 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" : [
You can’t perform that action at this time.
0 commit comments