more general solution addressing #554, kudos @rugk for the suggestions
This commit is contained in:
@@ -5,9 +5,6 @@ var common = require('../common');
|
||||
describe('Check', function () {
|
||||
describe('init', function () {
|
||||
this.timeout(30000);
|
||||
before(function () {
|
||||
cleanup();
|
||||
});
|
||||
|
||||
it('returns false and shows error, if a bot UA is detected', function () {
|
||||
jsc.assert(jsc.forall(
|
||||
|
||||
Reference in New Issue
Block a user