Skip to content

Commit

Permalink
fix: add extend method to debug mock (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Jan 30, 2023
1 parent 685ad41 commit 5427060
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/npm/debug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Object.assign(debug, {
disable: noop,
enable: noop,
enabled: noop,
extend: debug,
humanize: noop,
destroy: noop,
init: noop,
Expand Down

0 comments on commit 5427060

Please sign in to comment.