Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
typescript-bot committed Dec 9, 2024
1 parent 97253c9 commit cbaeb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/publisher/test/generate-packages.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ testo({
},
basicPackageJson() {
const typing = new TypingsData(defaultFS().fs, createRawPackage(License.MIT), /*isLatest*/ true);
expect(createPackageJSON(typing, "1.0")).toMatchSnapshot();;
expect(createPackageJSON(typing, "1.0")).toMatchSnapshot();
},
basicNotNeededPackageJson() {
const s = createNotNeededPackageJSON(createUnneededPackage());
Expand Down

0 comments on commit cbaeb52

Please sign in to comment.