orbit-db-benchmark-runner
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "orbit-db-benchmark-runner", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "OrbitDB Benchmark Runner", | ||
@@ -10,3 +10,3 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "mocha --expose-gc" | ||
}, | ||
@@ -35,3 +35,8 @@ "author": "aphelionz", | ||
"bugs": "https://github.com/orbitdb/benchmark-runner/issues", | ||
"repository": "github:orbitdb/benchmark-runner" | ||
"repository": "github:orbitdb/benchmark-runner", | ||
"devDependencies": { | ||
"chai": "^4.2.0", | ||
"mocha": "^6.2.1", | ||
"sinon": "^7.5.0" | ||
} | ||
} |
@@ -15,2 +15,8 @@ # OrbitDB Benchmark Runner (_benchmark_runner_) | ||
## Testing | ||
Mocha is used as the testing framework, SinonJS for stubs and mocks and ChaiJS for assertions. To run tests: | ||
`npm run test` | ||
## Contributing | ||
@@ -17,0 +23,0 @@ |
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
21457
11
410
0
30
3