UNPKG
bugreproducer
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
tool to reproduce bug in front end
github.com/mimittqq/bugReproducer
mimittqq/bugReproducer
bugreproducer
/
jest.config.js
11 lines
(10 loc)
•
218 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module
.
exports
= { transform: {
".ts"
:
"<rootDir>/node_modules/ts-jest/preprocessor.js"
, }, moduleFileExtensions: [
'ts'
,
'js'
, ], testRegex:
'(/__tests__/.*|(\\.|/)(test|spec))\\.(ts|ts)x?$'
, };