Skip to content

Commit

Permalink
Add skip related to bug of Text.setStyle logic
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonGyu1 committed Sep 15, 2023
1 parent 812343e commit 19a7996
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/snapshot_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe('Snapshot', function () {
}, this.test!.title);
});

// TODO(MoonGyu1): Remove skip after implementing addMark operation of bold type
// TODO(MoonGyu1): Remove skip after addressing logic of Text.setStyle
it.skip('should handle snapshot for text with attributes', async function () {
await withTwoClientsAndDocuments<{ k1: Text }>(async (c1, d1, c2, d2) => {
d1.update((root) => {
Expand Down
3 changes: 2 additions & 1 deletion test/unit/api/converter_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ import { Counter, Text } from '@yorkie-js-sdk/src/yorkie';
import { CounterType } from '@yorkie-js-sdk/src/document/crdt/counter';

describe('Converter', function () {
it('should encode/decode bytes', function () {
// TODO(MoonGyu1): Remove skip after addressing logic of Text.setStyle
it.skip('should encode/decode bytes', function () {
const doc = new Document<{
k1: {
['k1-1']: boolean;
Expand Down

0 comments on commit 19a7996

Please sign in to comment.