UNPKG

compare-by

Version:

A versatile utility library for sorting arrays of objects by one or multiple keys with customizable sort directions.

13 lines (9 loc) 209 B
import type { Config } from '@jest/types'; const config: Config.InitialOptions = { verbose: true, transform: { '^.+\\.ts?$': 'ts-jest', }, collectCoverage: true, }; export default config;