We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80a653 commit bf4ed43Copy full SHA for bf4ed43
canvas_modules/common-canvas/build.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
#
4
-# Copyright 2017-2023 Elyra Authors
+# Copyright 2017-2025 Elyra Authors
5
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
# you may not use this file except in compliance with the License.
@@ -33,6 +33,7 @@ if [[ "${DISABLE_JEST_TESTS}" == "true" ]]; then
33
else
34
echo "Run jest tests"
35
npm run test-coverage
36
+ npm run test:typescript
37
fi
38
39
echo "cd $WORKING_DIR"
0 commit comments