diff --git a/tests/js/index.js b/tests/js/index.js index c5f98bd4..4222474a 100644 --- a/tests/js/index.js +++ b/tests/js/index.js @@ -47,7 +47,8 @@ if (global.enableSyncTests) { // FIXME: Permission tests currently fail in chrome debugging mode. if (typeof navigator === 'undefined' || !/Chrome/.test(navigator.userAgent)) { // eslint-disable-line no-undef - TESTS.PermissionTests = require('./permission-tests'); + + TESTS.PermissionTests = require('./permission-tests'); } }