UNPKG

@necord/pagination

Version:

A lightweight Pagination module for Necord

17 lines (16 loc) 251 B
{ "moduleFileExtensions": [ "js", "json", "ts" ], "testRegex": ".*\\.spec\\.ts$", "transform": { "^.+\\.(t|j)s$": "ts-jest" }, "testEnvironment": "node", "coverageDirectory": "./coverage", "collectCoverageFrom": [ "src/**/*.ts" ] }