externalTests: Refactor to be more explicit and easier to adjust for special cases

This commit is contained in:
Kamil Śliwak
2021-11-08 16:37:23 +01:00
parent 7ccdbd5b08
commit b57c0a0b81
7 changed files with 125 additions and 83 deletions
-1
View File
@@ -28,7 +28,6 @@ verify_version_input "$1" "$2"
SOLJSON="$1"
VERSION="$2"
function install_fn { echo "Nothing to install."; }
function compile_fn { echo "Nothing to compile."; }
function test_fn { npm test; }