papandreou / express-processimage

Express middleware that processes served images according to the query string
BSD 3-Clause "New" or "Revised" License
56 stars 18 forks source link

Fix failing test on node 10 #71

Closed gustavnikolaj closed 5 years ago

gustavnikolaj commented 5 years ago

Adding delay before checking if destroy was called is necessary for a passing test on node.js 10.15.2.

It seems that it still works, but that it's just delayed a bit.

Fixes #70