forked from cadence/out-of-your-element
Improve test coverage
This commit is contained in:
parent
69922c4a14
commit
c7fb6fd52e
10 changed files with 374 additions and 33 deletions
|
@ -16,7 +16,6 @@ async function migrate(db) {
|
|||
let migrationRan = false
|
||||
|
||||
for (const filename of files) {
|
||||
/* c8 ignore next - we can't unit test this, but it's run on every real world bridge startup */
|
||||
if (progress >= filename) continue
|
||||
console.log(`Applying database migration ${filename}`)
|
||||
if (filename.endsWith(".sql")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue