ember-data
Version:
The lightweight reactive data library for JavaScript applications
10 lines (9 loc) • 347 B
TypeScript
declare module 'ember-data/test-support' {
/*
Temporary replacement for the render test helper
which we will deprecate in EmberData 5.0, this allows
an app to incrementally migrate to tests that render async
relationships in stages with potential for tests in between.
*/
export function render(template: object): Promise<void>;
}