From cd6f5a19cfad82ff93243994edd837c6415acd32 Mon Sep 17 00:00:00 2001
From: Maxim Khlobystov <maxim.khlobystov@gmail.com>
Date: Fri, 23 Nov 2018 12:38:32 -0500
Subject: [PATCH] Add --runInBand option to the jest command

---
 bigbluebutton-html5/tests/puppeteer/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigbluebutton-html5/tests/puppeteer/package.json b/bigbluebutton-html5/tests/puppeteer/package.json
index 32f72ff3d9..62630c0fd1 100644
--- a/bigbluebutton-html5/tests/puppeteer/package.json
+++ b/bigbluebutton-html5/tests/puppeteer/package.json
@@ -4,7 +4,7 @@
   "description": "",
   "main": "app.js",
   "scripts": {
-    "test": "jest"
+    "test": "jest --runInBand"
   },
   "jest": {
     "verbose": false
-- 
GitLab