UNPKG

violet-paginator

Version:

Display, paginate, sort, filter, and update items from the server. violet-paginator is a complete list management library for react/redux applications.

9 lines (6 loc) 165 B
import { sort } from '../../src/decorators' import * as shared from './shared' describe('sort()', () => { shared.decorate(sort) shared.behavesLikeASorter() })