UNPKG

@tabler/core

Version:

Premium and Open Source dashboard template with responsive and high quality UI.

18 lines (17 loc) 259 B
module.exports = { roots: [ '<rootDir>/src' ], transform: { '^.+\\.ts?$': 'ts-jest' }, testRegex: '(\\.|/)(test|spec)\\.ts?$', testEnvironment: 'jsdom', moduleFileExtensions: [ 'ts', 'js', 'jsx', 'json', 'node' ] }