mirror of https://github.com/zulip/zulip.git
5 lines
93 B
Plaintext
5 lines
93 B
Plaintext
|
#!/bin/bash -e
|
||
|
|
||
|
cd "$(dirname "$0")"/../zephyr/tests/frontend/node
|
||
|
node test_message_tour.js
|