Ai
2 Star 0 Fork 0

mirrors_neo4j/neo4j-javascript-driver

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
runTests.sh 363 Bytes
一键复制 编辑 原始数据 按行查看 历史
npm install -g gulp typescript jest
npm ci
npm run build -- --no-private
if [ -n "$2" ]; then
export NEOCTRL_ARGS="$2"
fi
trap "npm run stop-neo4j" EXIT
npm run start-neo4j
if [ $? -ne 0 ]; then
echo "Unable to start neo4j"
exit 1
fi
npm test -- --no-private
if [ $? -eq 0 ]; then
echo "Exit with code 0"
else
echo "Exit with code 1"
exit 1
fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_neo4j/neo4j-javascript-driver.git
git@gitee.com:mirrors_neo4j/neo4j-javascript-driver.git
mirrors_neo4j
neo4j-javascript-driver
neo4j-javascript-driver
5.0

搜索帮助