## Module Report
### Unknown Global

**Global**: `Ember.testing`

**Location**: `addon/components/simple-mde.js` at line 7

```js
  assign,
  get,
  testing,
  typeOf,
} = Ember;
```

### Unknown Global

**Global**: `Ember.Logger`

**Location**: `tests/dummy/app/controllers/application.js` at line 27

```js
        name: 'custom',
        action: function(editor) {
          Ember.Logger.log(editor);
          // Do custom stuff here.
        },
```
