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.

12 lines (8 loc) 228 B
import { tabulateLean } from '../../src/decorators' import * as shared from './shared' describe('tabulateLean()', () => { shared.decorate(tabulateLean, { results: [{ id: 1 }] }) shared.behavesLikeALeanDataGrid() })