Skip to content

Commit

Permalink
Add a test for boolean arg and ignore deprecated .strict method by c8
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Aug 21, 2024
1 parent 0825a13 commit 9c29a96
Show file tree
Hide file tree
Showing 5 changed files with 960 additions and 1,447 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"lint:types": "tsc --noEmit",
"test": "NODE_OPTIONS=\"--no-warnings --import tsx\" ava",
"coverage": "c8 pnpm test",
"coverage:report": "c8 pnpm test && c8 report --reporter=html",
"report": "c8 pnpm test && c8 report --reporter=html",
"ci": "c8 pnpm test && c8 report --reporter=json",
"release": "pnpm run build && pnpm exec changeset publish",
"preinstall": "npx only-allow pnpm",
Expand All @@ -51,20 +51,20 @@
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@size-limit/preset-small-lib": "11.0.2",
"@types/node": "20.11.17",
"@changesets/cli": "2.27.7",
"@size-limit/preset-small-lib": "11.1.4",
"@types/node": "22.4.2",
"@types/sinon": "17.0.3",
"ava": "6.1.1",
"c8": "9.1.0",
"ava": "6.1.3",
"c8": "10.1.2",
"del-cli": "5.1.0",
"formdata-node": "6.0.3",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"sinon": "17.0.1",
"size-limit": "11.0.2",
"tsup": "8.0.2",
"tsx": "4.7.1",
"typescript": "5.3.3"
"husky": "9.1.5",
"lint-staged": "15.2.9",
"sinon": "18.0.0",
"size-limit": "11.1.4",
"tsup": "8.2.4",
"tsx": "4.17.0",
"typescript": "5.5.4"
}
}
Loading

0 comments on commit 9c29a96

Please sign in to comment.