From c6ee94f20cfd8ea91bc5211345f69cca70742a30 Mon Sep 17 00:00:00 2001 From: Bernhard Owen Josephus Date: Mon, 22 Apr 2024 22:07:21 +0800 Subject: [PATCH] replaced underscore with lodash --- tests/unit/CIGitLogicTest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/CIGitLogicTest.sh b/tests/unit/CIGitLogicTest.sh index 73fd01f5c0a0..a2333faaf3f8 100755 --- a/tests/unit/CIGitLogicTest.sh +++ b/tests/unit/CIGitLogicTest.sh @@ -42,7 +42,7 @@ function init_git_server { setup_git_as_human npm init -y npm version --no-git-tag-version 1.0.0-0 - npm install underscore + npm install lodash echo "node_modules/" >> .gitignore git add -A git commit -m "Initial commit"