mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 00:48:19 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
import { assert } from 'chai';
|
||||
import type { Database } from '@signalapp/sqlcipher';
|
||||
import SQL from '@signalapp/sqlcipher';
|
||||
import { sql, sqlFragment, sqlJoin } from '../../sql/util.std.js';
|
||||
import { sql, sqlFragment, sqlJoin } from '../../sql/util.std.ts';
|
||||
|
||||
describe('sql/utils/sql', () => {
|
||||
let db: Database;
|
||||
|
||||
Reference in New Issue
Block a user