mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-05-12 17:18:29 +00:00
5 lines
89 B
Bash
5 lines
89 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo "nodeunit is required to run these test cases"
|
||
|
node -v
|
||
|
nodeunit test.js
|