Bundle everything with rolldown

This commit is contained in:
Fedor Indutny
2026-03-30 12:42:37 -07:00
committed by GitHub
parent 8c06ad52ab
commit a27f0ad3e1
2317 changed files with 22723 additions and 63514 deletions

View File

@@ -6,11 +6,11 @@ import { assert } from 'chai';
import {
callLinkToRecord,
callLinkFromRecord,
} from '../../util/callLinksRingrtc.node.js';
} from '../../util/callLinksRingrtc.node.ts';
import {
FAKE_CALL_LINK as CALL_LINK,
FAKE_CALL_LINK_WITH_ADMIN_KEY as CALL_LINK_WITH_ADMIN_KEY,
} from '../../test-helpers/fakeCallLink.std.js';
} from '../../test-helpers/fakeCallLink.std.ts';
describe('callLinks', () => {
it('callLinkToRecord() and callLinkFromRecord() can convert to record and back', () => {