Bump @signalapp/sqlcipher to 2.0.0

Co-authored-by: Fedor Indutny <indutny@signal.org>
This commit is contained in:
Jamie Kyle
2025-04-03 13:22:55 -07:00
committed by GitHub
parent 811a4c98da
commit 28f4157a2e
5 changed files with 12 additions and 7 deletions

View File

@@ -11,6 +11,7 @@ describe('sql/utils/sql', () => {
beforeEach(() => {
db = new SQL(':memory:');
db.initTokenizer();
});
afterEach(() => {