Skip to content

Commit

Permalink
test(translations): restore (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsonsj authored Jan 13, 2025
1 parent b1b2c25 commit 99af70a
Show file tree
Hide file tree
Showing 6 changed files with 513 additions and 177 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,6 @@ describe('Lexical editor with multiple blocks', () => {
`);
});

/**
it('updates the Payload document with a translation from Crowdin', async () => {
nock('https://api.crowdin.com')
.post(`/api/v2/projects/${pluginOptions.projectId}/directories`)
Expand Down Expand Up @@ -1321,6 +1320,8 @@ describe('Lexical editor with multiple blocks', () => {
"direction": "ltr",
"format": "",
"indent": 0,
"textFormat": 0,
"textStyle": "",
"type": "paragraph",
"version": 1,
},
Expand Down Expand Up @@ -1360,6 +1361,8 @@ describe('Lexical editor with multiple blocks', () => {
"direction": "ltr",
"format": "",
"indent": 0,
"textFormat": 0,
"textStyle": "",
"type": "paragraph",
"version": 1,
},
Expand Down Expand Up @@ -1472,6 +1475,8 @@ describe('Lexical editor with multiple blocks', () => {
"direction": "ltr",
"format": "",
"indent": 0,
"textFormat": 0,
"textStyle": "",
"type": "paragraph",
"version": 1,
},
Expand Down Expand Up @@ -1509,5 +1514,4 @@ describe('Lexical editor with multiple blocks', () => {
]
);
});
*/
});
Loading

0 comments on commit 99af70a

Please sign in to comment.