UNPKG

reshuffle

Version:

Reshuffle is a fast, unopinionated, minimalist integration framework

8 lines (7 loc) 156 B
module.exports = { roots: ['<rootDir>/test'], testMatch: ['**/?(*.)+(spec|test).+(ts|tsx|js)'], transform: { '^.+\\.(ts|tsx)$': 'ts-jest', }, }