diff --git a/cypress/.npmrc b/cypress/.npmrc new file mode 100644 index 0000000000..c3c66347fd --- /dev/null +++ b/cypress/.npmrc @@ -0,0 +1,2 @@ +registry=https://registry.npmjs.org/ +engine-strict=true diff --git a/cypress/.yarnrc b/cypress/.yarnrc new file mode 100644 index 0000000000..a2c82b2833 --- /dev/null +++ b/cypress/.yarnrc @@ -0,0 +1,5 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + +registry "https://registry.npmjs.org/" +network-timeout 300000 diff --git a/cypress/yarn.lock b/cypress/yarn.lock index c782d0ecf2..dbc47b7022 100644 --- a/cypress/yarn.lock +++ b/cypress/yarn.lock @@ -129,7 +129,7 @@ assert-plus@1.0.0, assert-plus@^1.0.0: async@^3.2.0: version "3.2.3" - resolved "https://registry.yarnpkg.com/async/-/async-3.2.3.tgz#ac53dafd3f4720ee9e8a160628f18ea91df196c9" + resolved "https://registry.npmjs.org/async/-/async-3.2.3.tgz#ac53dafd3f4720ee9e8a160628f18ea91df196c9" integrity sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g== asynckit@^0.4.0: