Skip to content

Commit ad95700

Browse files
author
Suh Donghwi
committed
fix typo
1 parent 66737ae commit ad95700

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sources/__tests__/warnings.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ describe("warnings and recommendations", () => {
179179
expect(dependencies).includes("react@npm:17.0.0");
180180
});
181181

182-
it("should us default alias group without validation error (default: max)", async () => {
182+
it("should use default alias group without validation error (default: max)", async () => {
183183
workspace = await createTestWorkspace();
184184

185185
await workspace.writeYarnrc({
@@ -206,7 +206,6 @@ describe("warnings and recommendations", () => {
206206
private: true,
207207
dependencies: {
208208
react: "catalog:stable",
209-
lodash: "catalog:stable",
210209
},
211210
});
212211

0 commit comments

Comments
 (0)