mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
8 lines
235 B
JavaScript
8 lines
235 B
JavaScript
module.exports = {
|
|
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
|
|
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.(ts|js)x?$',
|
|
transform: {
|
|
'^.+\\.tsx?$': 'ts-jest',
|
|
'^.+\\.jsx?$': 'babel-jest'
|
|
}
|
|
};
|