2 Star 0 Fork 0

mirrors_technige/neo4j-javascript-driver

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
docs
examples
src
test
types
.babelrc
.gitignore
.npmignore
CONTRIBUTING.md
LICENSE
README.md
esdoc.json
gulpfile.babel.js
package-lock.json
package.json
runTests.ps1
runTests.sh
tsconfig.json
Clone or Download
runTests.ps1 377 Bytes
Copy Edit Raw Blame History
lutovich authored 8 years ago . Use boltkit for ITs and TCK
npm install
$ErrorFound = $False
try
{
If ($args.Length -eq 0)
{
npm run start-neo4j
}
else
{
$env:NEOCTRL_ARGS="$args"
npm run start-neo4j
}
npm test
if(-Not ($?)) #failed to execute npm test
{
$ErrorFound = $True
}
}
finally
{
npm run stop-neo4j
if($ErrorFound -eq $True)
{
Write-Host "Exit with code 1"
exit 1
}
Write-Host "Exit with code 0"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_technige/neo4j-javascript-driver.git
git@gitee.com:mirrors_technige/neo4j-javascript-driver.git
mirrors_technige
neo4j-javascript-driver
neo4j-javascript-driver
1.6

Search