Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Feb 6, 2024
1 parent 2ce8208 commit 2b2f77c
Show file tree
Hide file tree
Showing 4 changed files with 803 additions and 346 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install lint-staged
2 changes: 1 addition & 1 deletion bench.mts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ for (const entry of await fs.readdir(FIXTURES)) {
if (compareAPI) {
group(() => {
bench(entry, check(api));
bench(`${entry}#${COMPARE}`, check(compareAPI));
bench(`${entry}#${COMPARE}`, check(compareAPI!));
});
} else {
bench(entry, check(api));
Expand Down
Loading

0 comments on commit 2b2f77c

Please sign in to comment.