Merge branch 'master' into fix-channels-json

This commit is contained in:
Shadix A
2021-12-31 13:53:58 +02:00
committed by GitHub
5 changed files with 134 additions and 132 deletions

View File

@@ -5,7 +5,7 @@ const { execSync } = require('child_process')
beforeEach(() => {
fs.rmdirSync('tests/__data__/temp', { recursive: true })
fs.mkdirSync('tests/__data__/temp')
fs.copyFileSync('tests/__data__/input/update.db', 'tests/__data__/temp/test.db')
fs.copyFileSync('tests/__data__/input/update-database.test.db', 'tests/__data__/temp/test.db')
})
it('can update database', () => {