UNPKG

248 BJavaScriptView Raw
1module.exports = {
2 moduleFileExtensions: [
3 'ts',
4 'tsx',
5 'js',
6 'jsx',
7 'json',
8 'node'
9 ],
10 testRegex: '/(test|src)/.*\\.(test)\\.(tsx?)$',
11 testURL: 'http://localhost',
12 transform: {
13 '^.+\\.tsx?$': 'ts-jest'
14 },
15};