Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 318 Bytes

MODULE_REPORT.md

File metadata and controls

14 lines (10 loc) · 318 Bytes

Module Report

Unknown Global

Global: Ember.testing

Location: addon/components/printable-pages.js at line 117

  reportStartTask: task(function*(currentPage) {
    if (Ember.testing && !this._isRendering) {
      this._isRendering = true;
      registerWaiter(() => !this._isRendering);