Skip to content

Commit

Permalink
Add integration messafe expected for node 20 📨
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrieanKhisbe committed Jan 2, 2024
1 parent 6e03eca commit 26f7a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/install-safetynet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fi
node_major=$(node <<< "console.log(process.versions.node.split('.')[0])")
case $node_major in
8|10|12|14) expected_add_message="added [1-2] packages? from [1-9] contributors? and audited [1-6] packages? in";;
16|18) expected_add_message="added [1-2] packages?, and audited [1-6] packages?";;
16|18|20) expected_add_message="added [1-2] packages?, and audited [1-6] packages?";;
*) expected_add_message="><"; echo "No expected message for this major version";;
esac

Expand Down

0 comments on commit 26f7a6c

Please sign in to comment.