1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

Add coveralls integration

fixes #225
This commit is contained in:
Denis Demchenko
2018-06-30 17:35:12 +03:00
parent 48fe1d33cb
commit 0ea3fe16a4
4 changed files with 375 additions and 7 deletions

View File

@@ -40,11 +40,11 @@ class Bowser {
* @param {Object} range
* @returns {Boolean}
*/
static inRange(range) {
if (!range) {
throw new Error('Range can not be empty');
}
}
// static inRange(range) {
// if (!range) {
// throw new Error('Range can not be empty');
// }
// }
/**
* Check if the browser is NOT in range or not