Replies: 4 comments 3 replies
-
cc: @zbeyens |
Beta Was this translation helpful? Give feedback.
-
Package versions: |
Beta Was this translation helpful? Give feedback.
-
Plate recently changed
am I right @zbeyens ? |
Beta Was this translation helpful? Give feedback.
-
Getting the same error on running yarn test, post upgrading Plate to v36. package.json { tsConfig.json |
Beta Was this translation helpful? Give feedback.
-
Have a test file as below:
import React from 'react';
import { Plate, createPlateEditor } from '@udecode/plate-common';
import { fireEvent, render, screen, waitFor } from '@testing-library/react';
describe('FontSizeButton', () => {
test('Render font size button options', async () => {
const editor = createPlateEditor();
});
Getting the following test failure error:
Test suite failed to run
Beta Was this translation helpful? Give feedback.
All reactions