The previous npm test script executed a .sh file
that isn't natively supported by Windows.
Since the actual code inside the .sh is pretty small,
it can be completely embedded inside a npm script instead,
making it cross-platform and more straight-forward.
This is a suggestion, if there are specific reasons why this should be in a .sh file as it was, disregard this PR.
The previous
npm test
script executed a.sh
file that isn't natively supported by Windows.Since the actual code inside the
.sh
is pretty small, it can be completely embedded inside anpm
script instead, making it cross-platform and more straight-forward.This is a suggestion, if there are specific reasons why this should be in a
.sh
file as it was, disregard this PR.