UNPKG

mutable-store

Version:

a mutable state management library for javascript

16 lines 388 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', roots: ['<rootDir>'], transform: { '^.+\\.tsx?$': [ 'ts-jest', { tsconfig: 'tsconfig.json' } ] }, moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], testMatch: ['**/*.test.ts'], moduleDirectories: ['node_modules', '<rootDir>'] };