Skip to content

Commit

Permalink
test: add more test cases for isPackageJson function
Browse files Browse the repository at this point in the history
  • Loading branch information
chouchouji committed Jan 21, 2025
1 parent d1ca387 commit b0ba64b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/isPackageJson.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ describe("isPackageJson", () => {
["-package.json", false],
["prefix-package.json", false],
["package.json.json", false],
["package.nls.json", false],
["package.nls.zh-cn.json", false],
["package.package.json", false],
["package.json.package.json", false],
["package.json-package.json", false],
Expand Down

0 comments on commit b0ba64b

Please sign in to comment.