mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-05-10 23:08:27 +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
|