mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 00:46:03 +00:00
10 lines
128 B
Bash
Executable File
10 lines
128 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source tools/travis/activate-venv
|
|
|
|
set -e
|
|
set -x
|
|
|
|
./tools/test-js-with-node --coverage
|
|
./tools/test-js-with-casper
|