Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 446 Bytes

MODULE_REPORT.md

File metadata and controls

27 lines (19 loc) · 446 Bytes

Module Report

Unknown Global

Global: Ember.testing

Location: addon/utils/animation.js at line 7

import RSVP from 'rsvp';
import Ember from 'ember';
const { testing } = Ember;
/**
 * @private

Unknown Global

Global: Ember.testing

Location: addon/transitions/slide-title.js at line 2

import Ember from 'ember';
const { testing } = Ember;
import { Promise, animate } from 'liquid-fire';