autobase-test-helpers
Advanced tools
Comparing version
@@ -41,5 +41,7 @@ const b4a = require('b4a') | ||
checks++ | ||
for (const base of bases) { | ||
if (base.interrupted) return shutdown(new Error('base was interrupted, reason at base.interrupted')) | ||
} | ||
if (!(await same())) return mbShutdown() | ||
for (const base of bases) { | ||
if (base.interrupted) return shutdown(base.interrupted) | ||
await base.update() | ||
@@ -46,0 +48,0 @@ } |
{ | ||
"name": "autobase-test-helpers", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Helpers when writing tests for an Autobased application", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
15731
0.56%118
1.72%