Skip to content

Commit

Permalink
dev: added test and fixed another
Browse files Browse the repository at this point in the history
  • Loading branch information
wernerglinka authored and webketje committed Mar 18, 2022
1 parent bbdd707 commit fa5b39b
Show file tree
Hide file tree
Showing 3 changed files with 6,833 additions and 19 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function initMetadata(options = {}) {
options = normalizeOptions(options)
if (Object.keys(options).length === 0) {
debug('Found no metadata options')
return function noop() {}
return function metadata() {}
}
debug('Running with options: %O', options)

Expand Down
Loading

0 comments on commit fa5b39b

Please sign in to comment.