@tyriar/heap-tests

1.0.5 • Public • Published

js-heap-tests NPM version

Build Status

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

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i @tyriar/heap-tests

    Weekly Downloads

    1

    Version

    1.0.5

    License

    MIT

    Last publish

    Collaborators

    • tyriar