list-abstraction / specification

:notebook_with_decorative_cover: List ADT specification for JavaScript

Home Page:https://list-abstraction.github.io/specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List ADT specification for Javascript. Parent is js-data-structures.

// eslint-disable-next-line ava/use-test
import ava from 'ava';
import * as spec from '@list-abstraction/specification';
spec.test(ava, "My list implementation", MyListConstructor);

License Version Tests Dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size

About

:notebook_with_decorative_cover: List ADT specification for JavaScript

https://list-abstraction.github.io/specification

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 91.2%Language:Shell 8.8%