features/test/jupyterlab/test.sh
Josh Spicer 8f7d1000d9 fix
2022-05-25 21:21:44 +00:00

12 lines
186 B
Bash

#!/bin/bash
set -e
# Optional: Import test library
source dev-container-features-test-lib
# Definition specific tests
check "version" jupyter --version
# Report result
reportResults