@ember/test-helpers
Version:
Helpers for testing Ember.js applications
11 lines (10 loc) • 365 B
TypeScript
import type { Target } from './-target';
/**
Used internally by the DOM interaction helpers to get a description of a
target for debug/error messaging.
@private
@param {Target} target the target
@returns {string} a description of the target
*/
export default function getDescription(target: Target): string;
//# sourceMappingURL=-get-description.d.ts.map