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 ) ;