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