Skip to content

Commit 8155101

Browse files
committed
fixoring unit tests
1 parent 3f3fa8a commit 8155101

6 files changed

Lines changed: 1934 additions & 1995 deletions

File tree

.yarn/install-state.gz

-4.05 KB
Binary file not shown.

.yarn/releases/yarn-3.8.7.cjs

Lines changed: 875 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/releases/yarn-4.13.0.cjs

Lines changed: 0 additions & 940 deletions
This file was deleted.

.yarnrc.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
nodeLinker: node-modules
22

3-
yarnPath: .yarn/releases/yarn-4.13.0.cjs
3+
yarnPath: .yarn/releases/yarn-3.8.7.cjs
4+
5+
logFilters:
6+
- code: YN0050
7+
level: discard

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"format": "wireit",
6868
"link-check": "wireit",
6969
"lint": "wireit",
70-
"postinstall": "yarn husky install",
70+
"postinstall": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || husky install",
7171
"postpack": "sf-clean --ignore-signing-artifacts",
7272
"prepack": "sf-prepack",
7373
"test": "wireit",
@@ -192,5 +192,5 @@
192192
"exports": "./lib/index.js",
193193
"type": "module",
194194
"author": "cdp-byoc@salesforce.com",
195-
"packageManager": "yarn@4.13.0"
195+
"packageManager": "yarn@3.8.7"
196196
}

0 commit comments

Comments
 (0)