Skip to content

Commit

Permalink
WIP: Make Istanbul happy
Browse files Browse the repository at this point in the history
  • Loading branch information
acdvorak committed Feb 13, 2019
1 parent e9690cf commit 6b6f7fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdc-auto-init/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ function _emit<T extends object>(evtType: string, evtData: T, shouldBubble = fal
document.dispatchEvent(evt);
}

/* istanbul ignore next: optional argument is not a branch statement */
/**
* Auto-initializes all MDC components on a page.
*/
Expand Down

0 comments on commit 6b6f7fb

Please sign in to comment.