Skip to content

Commit

Permalink
Fix coverage after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
david0xd committed Mar 8, 2023
1 parent e90fb2b commit f4458df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/snaps-execution-environments/coverage.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"branches": 77.41,
"functions": 91.26,
"lines": 85.23,
"branches": 77.6,
"functions": 91.4,
"lines": 85.24,
"statements": 85.32
}
1 change: 1 addition & 0 deletions packages/snaps-execution-environments/src/iframe/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { executeLockdownEvents } from '../common/lockdown/lockdown-events';
import { executeLockdownMore } from '../common/lockdown/lockdown-more';
import { IFrameSnapExecutor } from './IFrameSnapExecutor';

/* istanbul ignore next */
executeLockdownEvents();
executeLockdown();
executeLockdownMore();
Expand Down

0 comments on commit f4458df

Please sign in to comment.