Import/export chat styles

This commit is contained in:
Fedor Indutny
2024-07-15 13:58:55 -07:00
committed by GitHub
parent 6fb76e00c4
commit 8f2061e11d
15 changed files with 663 additions and 47 deletions

View File

@@ -162,7 +162,7 @@ describe('backup/bubble messages', () => {
]);
});
it.skip('roundtrips unopened gift badge', async () => {
it('roundtrips unopened gift badge', async () => {
await symmetricRoundtripHarness([
{
conversationId: contactA.id,
@@ -187,7 +187,7 @@ describe('backup/bubble messages', () => {
]);
});
it.skip('roundtrips opened gift badge', async () => {
it('roundtrips opened gift badge', async () => {
await symmetricRoundtripHarness([
{
conversationId: contactA.id,
@@ -212,7 +212,7 @@ describe('backup/bubble messages', () => {
]);
});
it.skip('roundtrips gift badge quote', async () => {
it('roundtrips gift badge quote', async () => {
await symmetricRoundtripHarness([
{
conversationId: contactA.id,