From bb79477f2e2ab51fe9c61d00d5a56c1bf777d0fb Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Tue, 1 Feb 2022 18:22:46 -0800 Subject: Enable ipynb serializer tests in web integration tests and reenable NotebookSerializer test in non-web --- scripts/test-web-integration.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'scripts') diff --git a/scripts/test-web-integration.sh b/scripts/test-web-integration.sh index b84e8c51d2f..f1b6c7683ac 100755 --- a/scripts/test-web-integration.sh +++ b/scripts/test-web-integration.sh @@ -24,6 +24,7 @@ else compile-extension:typescript-language-features \ compile-extension:emmet \ compile-extension:git \ + compile-extension:ipynb \ compile-extension-media fi @@ -63,3 +64,9 @@ echo echo "### Git tests" echo node test/integration/browser/out/index.js --workspacePath $(mktemp -d 2>/dev/null) --enable-proposed-api=vscode.git --extensionDevelopmentPath=$ROOT/extensions/git --extensionTestsPath=$ROOT/extensions/git/out/test "$@" + +echo +echo "### Ipynb tests" +echo +node test/integration/browser/out/index.js --workspacePath $(mktemp -d 2>/dev/null) --enable-proposed-api=vscode.ipynb --extensionDevelopmentPath=$ROOT/extensions/ipynb --extensionTestsPath=$ROOT/extensions/ipynb/out/test "$@" + -- cgit v1.2.3