mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Run node-based JS unit tests from test-all
(imported from commit 5bf9b690dfd3ac83296a58cf44a170960adaed39)
This commit is contained in:
@@ -17,6 +17,7 @@ function run {
|
||||
|
||||
run 'clean repo' ./tools/clean-repo
|
||||
run 'lint checkers' ./tools/check-all
|
||||
run 'js unit tests' ./tools/test-js-with-node
|
||||
run 'server tests' ./tools/test-backend
|
||||
run 'web client tests' ./zephyr/tests/frontend/run
|
||||
|
||||
|
||||
4
tools/test-js-with-node
Executable file
4
tools/test-js-with-node
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
cd "$(dirname "$0")"/../zephyr/tests/frontend/node
|
||||
node test_message_tour.js
|
||||
Reference in New Issue
Block a user