UNPKG

dash-core

Version:

A foundational toolkit of types, collections, services, and architectural patterns designed to accelerate application development.

9 lines 236 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', roots: ['<rootDir>/tests'], testMatch: ['**/?(*.)+(spec|test).[jt]s?(x)'], moduleNameMapper: { '^dash-kit$': '<rootDir>/src' }, };