diff --git a/extensions/positron/justfile b/extensions/positron/justfile index 86c22c562..61c5ee708 100644 --- a/extensions/positron/justfile +++ b/extensions/positron/justfile @@ -46,13 +46,12 @@ run *args: npm run {{ args }} -# Executes Cypress tests +# Executes npm test test: #!/usr/bin/env bash set -eou pipefail {{ _with_debug }} - echo {{ os() }} if [ {{ os() }} == "linux" ]; then xvfb-run -a npm test else