mirror of
https://github.com/cs01/gdbgui
synced 2024-11-17 07:48:57 +01:00
9328220bfd
* make modal into react; move more from pug to react/js * cleanup modal and settings * convert everything to react; parse executable+args with spaces (#116) * add gzip compression to flask * add gzip; rename index.js to build.js * everything in a single div id * add javascript unit tests * add button to toggle assembly flavors (#110); refresh state when clicking return button
4 lines
100 B
JavaScript
4 lines
100 B
JavaScript
module.exports = {
|
|
"verbose": true,
|
|
"testMatch": [__dirname + '/gdbgui/src/js/tests/**']
|
|
}
|