Commit dd7d135d authored by Robert Knight's avatar Robert Knight

Ignore test seam function parameter for test coverage

parent 99cd82c7
......@@ -83,6 +83,7 @@ function sendCall(port, method, args = [], sequence = -1) {
* @return {() => void} - Callback that removes the listener
*/
export function installPortCloseWorkaroundForSafari(
/* istanbul ignore next */
userAgent = navigator.userAgent
) {
if (!shouldUseSafariWorkaround(userAgent)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment