UNPKG

ember-legacy-class-transform

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