js-heap-tests A set of JavaScript heap data structure tests. Install npm install --save-dev @tyriar/heap-tests Usage import test from 'ava'; import Heap from '../'; import testHelper from '@tyriar/heap-tests/insert-tests'; testHelper.run(test, Heap); See also js-data-structures js-binary-heap js-binomial-heap js-fibonacci-heap