Skip to content

Commit e5674c5

Browse files
committed
Update package-json.test.ts
1 parent eda6e30 commit e5674c5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/typespec-ts/test-next/unit/metadata/package-json.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,6 @@ describe("Package file generation", () => {
599599
dependencies: {
600600
"@azure-rest/core-client": "^2.7.0",
601601
"@azure/core-rest-pipeline": "^1.20.0",
602-
"left-pad": "^1.3.0",
603602
tslib: "^2.8.1",
604603
},
605604
};
@@ -610,7 +609,6 @@ describe("Package file generation", () => {
610609

611610
expect(packageFile.dependencies).to.have.property("@azure-rest/core-client", "^2.7.0");
612611
expect(packageFile.dependencies).to.have.property("@azure/core-rest-pipeline", "^1.24.0");
613-
expect(packageFile.dependencies).to.have.property("left-pad", "^1.3.0");
614612
expect(packageFile.dependencies).to.have.property("tslib", "^2.8.1");
615613
});
616614
});

0 commit comments

Comments
 (0)