8.0.3 • Published 9 years ago

aureooms-js-list-spec v8.0.3

Weekly downloads
2
License
AGPL-3.0
Repository
github
Last release
9 years ago

js-list-spec

List ADT specification code bricks for Javascript. Parent is aureooms/js-data-structures.

listspec.test( "My list implementation" , MyListConstructor ) ;

NPM license NPM version Bower version Build Status Coverage Status Dependencies Status devDependencies Status Code Climate NPM downloads per month GitHub issues Inline docs

Description

This repository provides easy methods to test the implementation of a list abstract data type. The specification of such a data type will be provided in js-list-doc later.

Use

Currently, you can do the following to test your implementation:

let spec = require( "aureooms-js-list-spec" ) ;
spec.test( "My list implementation" , MyListConstructor ) ;
8.0.3

9 years ago

8.0.2

9 years ago

8.0.1

9 years ago

8.0.0

9 years ago

7.0.0

9 years ago