UNPKG

qunit-harness

Version:

A library for running qunit tests on a local machine and in the SauceLabs environment.

10 lines (7 loc) 240 B
'use strict'; exports.__esModule = true; exports.default = isSafari15; function isSafari15(browserInfo) { return browserInfo && browserInfo.browserName === 'safari' && browserInfo.version === '15'; } module.exports = exports.default;