1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-27 04:21:52 +03:00

show browser version when running tests

This commit is contained in:
Bruno Windels
2019-04-09 15:45:16 +02:00
parent 4591b26dab
commit b88dc0ffd5
2 changed files with 6 additions and 1 deletions

View File

@ -35,7 +35,6 @@ const hsUrl = 'http://localhost:5005';
async function runTests() {
let sessions = [];
console.log("running tests ...");
const options = {
slowMo: program.slowMo ? 20 : undefined,
devtools: program.devTools,