Skip to content

Commit

Permalink
Fixes documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tdstein committed Oct 26, 2023
1 parent 5aef0db commit 6a52b64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions extensions/positron/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a52b64

Please sign in to comment.