mirror of
https://github.com/cs01/gdbgui
synced 2024-11-16 07:47:46 +01:00
8 lines
185 B
JavaScript
8 lines
185 B
JavaScript
module.exports = {
|
|
"preset": 'ts-jest',
|
|
"verbose": true,
|
|
"testMatch": [__dirname + '/gdbgui/src/js/tests/**'],
|
|
"transform": {
|
|
'^.+\.(j|t)sx?$': 'ts-jest'
|
|
}
|
|
}
|