Skip to content

Commit

Permalink
Fix mocha under node20
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Feb 2, 2024
1 parent 8ea67f8 commit 3bfc730
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion grafast/grafast/.mocharc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ check-leaks: true
extension:
- ts
node-option:
- "loader=ts-node/esm/transpile-only"
- "require=ts-node/register"
2 changes: 1 addition & 1 deletion utils/graphile-config/.mocharc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ check-leaks: true
extension:
- ts
node-option:
- "loader=ts-node/esm/transpile-only"
- "require=ts-node/register"

0 comments on commit 3bfc730

Please sign in to comment.