UNPKG

jinaga

Version:

Data management for web and mobile applications.

9 lines 226 B
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: [ '**/test/**/*Spec.ts', ], reporters: ['jest-progress-bar-reporter'], };