Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Lourens <roblourens@gmail.com>2021-08-03 20:56:43 +0300
committerRob Lourens <roblourens@gmail.com>2021-08-03 21:19:22 +0300
commit190a89dd1b679f6fe45be178d2b4e5e158fd1abf (patch)
tree1af7ffc3df283b5e29d2593e796538683efb1fae /scripts
parente73053d712850830c551f83d3e1859295fb2c0cb (diff)
Port unit tests from vscode-jupyter to ipynb extension
#129446
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test-integration.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/test-integration.sh b/scripts/test-integration.sh
index 4e6115f1c7d..ba9b332d7cf 100755
--- a/scripts/test-integration.sh
+++ b/scripts/test-integration.sh
@@ -89,6 +89,9 @@ after_suite
"$INTEGRATION_TEST_ELECTRON_PATH" $LINUX_EXTRA_ARGS $(mktemp -d 2>/dev/null) --enable-proposed-api=vscode.git --extensionDevelopmentPath=$ROOT/extensions/git --extensionTestsPath=$ROOT/extensions/git/out/test $ALL_PLATFORMS_API_TESTS_EXTRA_ARGS
after_suite
+"$INTEGRATION_TEST_ELECTRON_PATH" $LINUX_EXTRA_ARGS $(mktemp -d 2>/dev/null) --extensionDevelopmentPath=$ROOT/extensions/ipynb --extensionTestsPath=$ROOT/extensions/ipynb/out/test $ALL_PLATFORMS_API_TESTS_EXTRA_ARGS
+after_suite
+
# Tests standalone (CommonJS)