UNPKG

jinaga

Version:

Data management for web and mobile applications.

13 lines 351 B
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: [ '**/test/**/*Spec.ts', ], reporters: ['jest-progress-bar-reporter'], moduleNameMapper: { '^@src$': '<rootDir>/src', }, setupFilesAfterEnv: ['<rootDir>/test/setup/indexeddb-setup.ts'], };