Skip to content

Commit 92cb3da

Browse files
committed
Ignore defaultPageFunctions
1 parent bb274ee commit 92cb3da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/instagram.ts

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

744744
// Run defaultPagePlugins
745+
/* istanbul ignore next */
745746
for (const f of this.defaultPageFunctions) {
746747
await this.page.evaluate(f);
747748
}

0 commit comments

Comments
 (0)