Roman Slisarenko
Roman Slisarenko
Guys, you can see a lot of likes under the previous entries, and in you, as well as me, the tests still don't work. Pay attention ob a babel, in...
@fbruckhoff No problem, here: jest.config.cjs: ``` const esModules = [ 'react-markdown', 'vfile-message', 'markdown-table', 'unist-.*', 'unified', 'bail', 'is-plain-obj', 'trough', 'remark-.*', 'rehype-.*', 'html-void-elements', 'hast-util-.*', 'zwitch', 'hast-to-hyperscript', 'hastscript', 'web-namespaces', 'mdast-util-.*', 'escape-string-regexp', 'micromark.*', 'decode-named-character-reference',...
``` import React from 'react'; import { render, fireEvent } from '@testing-library/react'; import Draggable from 'react-draggable'; describe('Draggable component', () => { it('should move the element when dragged', () => {...