gdbgui/jest.config.js
Chad Smith 9328220bfd merge various updates to master (#137)
* 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
2017-11-22 18:25:39 -08:00

4 lines
100 B
JavaScript

module.exports = {
"verbose": true,
"testMatch": [__dirname + '/gdbgui/src/js/tests/**']
}