From ebb5dee1fcfa5eca1ac487036aecfd4ee2d32727 Mon Sep 17 00:00:00 2001 From: karsten13 Date: Thu, 17 Jun 2021 23:19:57 +0200 Subject: [PATCH] run prettier --- tests/unit/global_vars/defaults_modules_spec.js | 4 ++-- tests/unit/global_vars/root_path_spec.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/unit/global_vars/defaults_modules_spec.js b/tests/unit/global_vars/defaults_modules_spec.js index 5fb5b70e..c0a7f0e4 100644 --- a/tests/unit/global_vars/defaults_modules_spec.js +++ b/tests/unit/global_vars/defaults_modules_spec.js @@ -29,8 +29,8 @@ beforeAll(function () { return require(filename); } catch { // ignore - }; - }; + } + } }; vm.runInNewContext(code, sandbox, fileName); diff --git a/tests/unit/global_vars/root_path_spec.js b/tests/unit/global_vars/root_path_spec.js index 1f18d9b7..591f3ddb 100644 --- a/tests/unit/global_vars/root_path_spec.js +++ b/tests/unit/global_vars/root_path_spec.js @@ -29,8 +29,8 @@ beforeAll(function () { return require(filename); } catch { // ignore - }; - }; + } + } }; vm.runInNewContext(code, sandbox, fileName);