Skip to content

Commit 6d6dcb8

Browse files
authored
chore: Switch from tap to node-native test runner (#52)
1 parent 8230633 commit 6d6dcb8

File tree

7 files changed

+338
-4457
lines changed

7 files changed

+338
-4457
lines changed

.husky/commit-msg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
4-
51
# Section for git-secrets
62

73
if ! command -v git-secrets &> /dev/null

.husky/pre-commit

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npx --no-install lint-staged
52

6-
7-
83
# Section for git-secrets
94

105
if ! command -v git-secrets &> /dev/null

.husky/prepare-commit-msg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
4-
51
# Section for git-secrets
62

73
if ! command -v git-secrets &> /dev/null

0 commit comments

Comments
 (0)