-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b88ac3
commit 27ff130
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,8 +24,8 @@ current_dir=$PWD | |
directory_under_test='./npm-directory' | ||
expected_output="Package Old New | ||
-------------------------------------- | ||
lodash 4.17.19 4.17.20" | ||
expected_commit_message="Bump lodash from 4.17.19 to 4.17.20" | ||
lodash 4.17.19 4.17.21" | ||
expected_commit_message="Bump lodash from 4.17.19 to 4.17.21" | ||
|
||
cd $directory_under_test || exit | ||
{ npm install --quiet [email protected] &> /dev/null; } 2>&1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,8 +24,8 @@ current_dir=$PWD | |
directory_under_test='./npm-directory' | ||
expected_output="Package|Old|New | ||
-|-|- | ||
lodash|4.17.19|4.17.20" | ||
expected_commit_message="Bump lodash from 4.17.19 to 4.17.20" | ||
lodash|4.17.19|4.17.21" | ||
expected_commit_message="Bump lodash from 4.17.19 to 4.17.21" | ||
|
||
cd $directory_under_test || exit | ||
{ npm install --quiet [email protected] &> /dev/null; } 2>&1 | ||
|