wip: add notes about unit test refactor
This commit is contained in:
@ -6,6 +6,8 @@ main() {
|
||||
|
||||
source ./ci/lib.sh
|
||||
|
||||
# TODO@jsjoeio - skip if already built
|
||||
# TODO@jsjoeio - move to integration test suite too
|
||||
echo "Building test plugin"
|
||||
pushd test/unit/node/test-plugin
|
||||
make -s out/index.js
|
||||
@ -22,7 +24,7 @@ main() {
|
||||
else
|
||||
echo "Could not find lib/vscode/out or lib/vscode-reh-web-*"
|
||||
echo "Code must be built before running unit tests"
|
||||
exit 1
|
||||
# exit 1
|
||||
fi
|
||||
popd
|
||||
fi
|
||||
|
Reference in New Issue
Block a user