The plugin is giving errors (`angular/ng_module_getter`, `angular/ng_di`) on the following line of my code: ``` js mocha.run(); ``` Presumably because it has misidentified the `run()` call as an angular run block.