Skip to content

Commit

Permalink
chore: upgrade to mocha 8.4.0 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhill-mattr authored Jun 21, 2022
1 parent 2ad2b0e commit 6f7acb0
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 335 deletions.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

[[ -n $HUSKY_BYPASS ]] || npx --no-install commitlint --edit $1
[[ -n $HUSKY_BYPASS ]] || npx --no -- commitlint --edit $1
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

[[ -n $HUSKY_BYPASS ]] || npx --no-install pretty-quick --staged
[[ -n $HUSKY_BYPASS ]] || npx --no -- pretty-quick --staged
2 changes: 1 addition & 1 deletion packages/jsonld-lint-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/vscode": "1.68.0",
"eslint": "7.6.0",
"glob": "7.1.6",
"mocha": "8.0.1",
"mocha": "8.4.0",
"typescript": "4.3.5",
"vscode-test": "1.4.0"
},
Expand Down
Loading

0 comments on commit 6f7acb0

Please sign in to comment.