1.0.5 • Published 9 years ago

@tyriar/heap-tests v1.0.5

Weekly downloads
14
License
MIT
Repository
github
Last release
9 years ago

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

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago