UNPKG

ember-legacy-class-transform

Version:
8 lines (6 loc) 189 B
export function currentPath() { if (!window.currentPath) { throw new Error('currentPath is only available during acceptance tests'); } return window.currentPath(...arguments); }