We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66737ae commit ad95700Copy full SHA for ad95700
sources/__tests__/warnings.test.ts
@@ -179,7 +179,7 @@ describe("warnings and recommendations", () => {
179
expect(dependencies).includes("react@npm:17.0.0");
180
});
181
182
- it("should us default alias group without validation error (default: max)", async () => {
+ it("should use default alias group without validation error (default: max)", async () => {
183
workspace = await createTestWorkspace();
184
185
await workspace.writeYarnrc({
@@ -206,7 +206,6 @@ describe("warnings and recommendations", () => {
206
private: true,
207
dependencies: {
208
react: "catalog:stable",
209
- lodash: "catalog:stable",
210
},
211
212
0 commit comments