ember-source
Version:
A JavaScript framework for creating ambitious web applications
11 lines (9 loc) • 409 B
JavaScript
/* TODO: Remove this file
* This is long unused but was being checked by @ember/test-helpers
* so we are maintaining the file and method for now so as to
* maintain compatibility with many versions of @ember/test-helpers
* */
function pendingRequests() {
return 0; // hardcoded as this was unused but the method and file must stay for @ember/test-helpers compatibility
}
export { pendingRequests };