Home Manual Reference Source Test

Examples

More examples in the test files.

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

import test from 'ava' ;
import * as spec from '@aureooms/js-list-spec' ;
spec.test( test , "My list implementation" , MyListConstructor ) ;