From 07d873c81d622a8696261f6be37f0b69bffc3a94 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Mon, 17 Jun 2024 12:35:34 +0200 Subject: [PATCH] dings Signed-off-by: Jan Kowalleck --- tests/integration/index.test.js | 2 +- tests/integration/setup.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/index.test.js b/tests/integration/index.test.js index 433de675..c509be04 100644 --- a/tests/integration/index.test.js +++ b/tests/integration/index.test.js @@ -25,7 +25,7 @@ const { describe, expect, it } = require('@jest/globals') const { version: thisVersion } = require('../../package.json') -const nodeSV = Object.freeze(process?.versions?.node ?? '').split('.').map(Number)) +const nodeSV = Object.freeze((process?.versions?.node ?? '').split('.').map(Number)) const testSetups = [ // region functional diff --git a/tests/integration/setup.js b/tests/integration/setup.js index a1a4a589..04ff1052 100644 --- a/tests/integration/setup.js +++ b/tests/integration/setup.js @@ -20,7 +20,7 @@ Copyright (c) OWASP Foundation. All Rights Reserved. const { spawnSync } = require('child_process') const path = require('path') -const nodeSV = Object.freeze(process?.versions?.node ?? '').split('.').map(Number)) +const nodeSV = Object.freeze((process?.versions?.node ?? '').split('.').map(Number)); (function () { const REQUIRES_NPM_INSTALL = [