Skip to content

Commit fb5b0c6

Browse files
committed
Ignore defaultPageFunctions in code coverage
1 parent 92cb3da commit fb5b0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/instagram.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,8 +742,8 @@ export class Instagram<PostType> {
742742
await this.page.goto(this.url);
743743

744744
// Run defaultPagePlugins
745-
/* istanbul ignore next */
746745
for (const f of this.defaultPageFunctions) {
746+
/* istanbul ignore next */
747747
await this.page.evaluate(f);
748748
}
749749

0 commit comments

Comments
 (0)