Skip to content

Commit

Permalink
Update sourcepoint.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsola-guardian committed Jan 23, 2024
1 parent 4fbb920 commit e13a188
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sourcepoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ export const init = (framework: Framework, pubData = {}): void => {
},
};
break;
default:
break;
}

// TODO use libs function loadScript,
Expand Down

1 comment on commit e13a188

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 92.7% 254/274
🟢 Branches 83.48% 96/115
🟢 Functions 90% 63/70
🟢 Lines 92.48% 246/266

Test suite run success

328 tests passing in 16 suites.

Report generated by 🧪jest coverage report action from e13a188

Please sign in to comment.