Skip to content

Commit

Permalink
fix: polyfill for util.promisify
Browse files Browse the repository at this point in the history
in an effort to remove the `devDependency` `bluebird`, the native `util.promisify` method was used for testing, this broke tests for older versions of node, this adds a polyfill to use that native method on older versions of node that don't support it

NODE-2498
  • Loading branch information
Thomas Reggi committed Mar 17, 2020
1 parent 704f30a commit 1c4cf6c
Show file tree
Hide file tree
Showing 3 changed files with 330 additions and 1,419 deletions.

0 comments on commit 1c4cf6c

Please sign in to comment.