Ai
2 Star 0 Fork 0

mirrors_neo4j/neo4j-javascript-driver

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
runTests.ps1 554 Bytes
一键复制 编辑 原始数据 按行查看 历史
npm install -g gulp typescript jest
npm ci
npm run build -- --no-private
$ErrorFound = $False
try
{
If ($args.Length -gt 0)
{
$env:NEOCTRL_ARGS="$args"
}
npm run start-neo4j
if($LastExitCode -ne 0) #failed to execute npm test without error
{
Write-Host "Unable to start neo4j"
exit 1
}
npm test -- --no-private
if($LastExitCode -ne 0) #failed to execute npm test without error
{
$ErrorFound = $True
}
}
finally
{
npm run stop-neo4j
if($ErrorFound)
{
Write-Host "Exit with code 1"
exit 1
}
Write-Host "Exit with code 0"
}
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

搜索帮助