From 47047d66ab5f273ea1fe84de133644f8038f05a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gr=C3=B8ngaard?= Date: Tue, 16 Jul 2024 11:01:02 +0200 Subject: [PATCH] fix: typo in karma.custom-launchers.config.js --- test/karma.custom-launchers.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/karma.custom-launchers.config.js b/test/karma.custom-launchers.config.js index 1ddecb3e3..fd367dec7 100644 --- a/test/karma.custom-launchers.config.js +++ b/test/karma.custom-launchers.config.js @@ -201,7 +201,7 @@ const getRandomBrowser = () => sample(getAllBrowsers()); /** * Environment variables are passed into the script and the depth of testing - * is affected accordginly. + * is affected accordingly. * * - Whenever on a PR we only want to probe test with Firefox * - Whenever we are on the most recent node version on GitHub Actions we test via BrowserStack