1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/.mocharc.js

8 lines
250 B
JavaScript
Raw Normal View History

module.exports = {
// TODO: Remove the `exit` setting, it can hide broken tests.
exit: true,
ignore: ['./app/scripts/migrations/*.test.js', './app/scripts/platforms/*.test.js'],
recursive: true,
require: ['test/env.js', 'test/setup.js'],
}