mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 06:46:03 +00:00
commit
dad61c924a
@ -64,7 +64,7 @@ stop_server() {
|
|||||||
echo stopping server
|
echo stopping server
|
||||||
if [[ ${SERVER_PID} -gt 0 ]] ; then
|
if [[ ${SERVER_PID} -gt 0 ]] ; then
|
||||||
echo server is running. killing it
|
echo server is running. killing it
|
||||||
kill -9 ${SERVER_PID}
|
kill -9 ${SERVER_PID} || true
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -47,6 +47,7 @@ if (global.enableSyncTests) {
|
|||||||
// FIXME: Permission tests currently fail in chrome debugging mode.
|
// FIXME: Permission tests currently fail in chrome debugging mode.
|
||||||
if (typeof navigator === 'undefined' ||
|
if (typeof navigator === 'undefined' ||
|
||||||
!/Chrome/.test(navigator.userAgent)) { // eslint-disable-line no-undef
|
!/Chrome/.test(navigator.userAgent)) { // eslint-disable-line no-undef
|
||||||
|
|
||||||
TESTS.PermissionTests = require('./permission-tests');
|
TESTS.PermissionTests = require('./permission-tests');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user