1.0.5 • Published 8 years ago

@tyriar/heap-tests v1.0.5

Weekly downloads
14
License
MIT
Repository
github
Last release
8 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

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago