UNPKG

tiddlywiki-plugin-dev

Version:

[![](https://img.shields.io/badge/Join-TiddlyWiki_CN-blue)](https://github.com/tiddly-gittly)

18 lines (17 loc) 389 B
export default { testEnvironment: 'node', roots: ['<rootDir>/tests'], transform: { '^.+\\.tsx?$': [ 'ts-jest', { tsconfig: '<rootDir>/tests/tsconfig.json', }, ], }, moduleNameMapper: { '^@/(.*)$': '<rootDir>/src/$1', '^chalk$': '<rootDir>/tests/mocks/chalk.ts', }, moduleFileExtensions: ['ts', 'tsx', 'js', 'mjs', 'cjs', 'json'], };