The Wayback Machine - https://web.archive.org/web/20220426004150/https://github.com/cs01/gdbgui/blob/master/jest.config.js
Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
module.exports = {
"preset": 'ts-jest',
"verbose": true,
"testMatch": [__dirname + '/gdbgui/src/js/tests/**'],
"transform": {
'^.+\.(j|t)sx?$': 'ts-jest'
}
}