From 57a658689883631f6c9c2b376bab5993743f31f9 Mon Sep 17 00:00:00 2001 From: Mayukha Vadari Date: Wed, 22 Sep 2021 13:58:43 -0400 Subject: [PATCH] fix: run browser tests on all integration tests (#1649) * attempt to webpack all tests * fix browser tests * remove console.log --- test/localIntegrationRunner.html | 5 +++++ webpack.config.js | 28 +++++++++++++++++++++++++--- 2 files changed, 30 insertions(+), 3 deletions(-) diff --git a/test/localIntegrationRunner.html b/test/localIntegrationRunner.html index 68d7fef7..b56fa3c6 100644 --- a/test/localIntegrationRunner.html +++ b/test/localIntegrationRunner.html @@ -17,6 +17,11 @@ mocha.ui('bdd') + + + + +