Skip to content

Commit

Permalink
replaced underscore with lodash
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Apr 22, 2024
1 parent 60b1ade commit c6ee94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/CIGitLogicTest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c6ee94f

Please sign in to comment.