Mypal/testing/marionette/marionette.eslintrc.js

9 lines
180 B
JavaScript

// Parent config file for all marionette files.
module.exports = {
// All globals made available in the test environment.
"globals": {
"ok": false,
"is": false,
}
};