mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
8 lines
213 B
JavaScript
8 lines
213 B
JavaScript
|
module.exports = {
|
||
|
// TODO: Remove the `exit` setting, it can hide broken tests.
|
||
|
exit: true,
|
||
|
ignore: ['./app/scripts/migrations/*.test.js'],
|
||
|
recursive: true,
|
||
|
require: ['test/env.js', 'test/setup.js'],
|
||
|
}
|