Skip to content

Commit

Permalink
add assertLinkToOrigin to tests/docs/expected.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Majoros committed Mar 29, 2021
1 parent 6194318 commit d39d059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,7 @@ const LinkComponent = EmberComponent.extend({
* link-to-external component extends the link-to component.
*
* @method assertLinkToOrigin
* @public
*/
assertLinkToOrigin() {
assert(
Expand Down
1 change: 1 addition & 0 deletions tests/docs/expected.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ module.exports = {
'arrayContentWillChange',
'assert',
'assertDestroyablesDestroyed',
'assertLinkToOrigin',
'assign',
'associateDestroyableChild',
'asyncEnd',
Expand Down

0 comments on commit d39d059

Please sign in to comment.