snovakovic / fast-sort

Blazing fast array sorting with TypeScript support.
MIT License
311 stars 30 forks source link

Fix tests to work across different node versions #47

Closed snovakovic closed 3 years ago

snovakovic commented 3 years ago

Allow running of test on different versions of node. This PR address following issue: https://github.com/snovakovic/fast-sort/issues/40