Closed agius closed 6 years ago
Not sure why the build didn't break in my request options PR, but apparently nock 9.2.4 and later use fancier es6 code and Object.assign which breaks the 0.10 tests specified in travis.yml . This should fix.
nock 9.2.4
Object.assign
0.10
Not sure why the build didn't break in my request options PR, but apparently
nock 9.2.4
and later use fancier es6 code andObject.assign
which breaks the0.10
tests specified in travis.yml . This should fix.