gdbgui/jest.config.js
2019-04-28 08:37:04 -07:00

8 lines
185 B
JavaScript

module.exports = {
"preset": 'ts-jest',
"verbose": true,
"testMatch": [__dirname + '/gdbgui/src/js/tests/**'],
"transform": {
'^.+\.(j|t)sx?$': 'ts-jest'
}
}