mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
5 lines
93 B
Bash
Executable File
5 lines
93 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
cd "$(dirname "$0")"/../zephyr/tests/frontend/node
|
|
node test_message_tour.js
|