UNPKG

@atlaskit/pragmatic-drag-and-drop-docs

Version:

This package holds the documentation for Pragmatic drag and drop in one place. It is not intended to be consumed directly by consumers. The package is used by other tools for sharing examples

18 lines (13 loc) 683 B
--- order: 0 title: Testing description: How to test your drag and drop experiences --- This library has robust unit and browser test converage, so there is no need for consumers to test that the library is working as it should. That said, you'll likely want to add some testing to your experiences to ensure they are working correctly. We have created some guides to help you with setting up tests for various environments: - [Jest and JSDOM](/components/pragmatic-drag-and-drop/core-package/testing/jest-and-jsdom) - [Playwright](/components/pragmatic-drag-and-drop/core-package/testing/playwright) - [Cypress](/components/pragmatic-drag-and-drop/core-package/testing/cypress)