typewriter-editor / typewriter

A rich text editor based off of Quill.js and Ultradom, and using Svelte for UI.
MIT License
382 stars 32 forks source link

Convert Mocha tests to Jest #125

Open taylorhadden opened 1 year ago

taylorhadden commented 1 year ago

This replaces Mocha & Chai with Jest and updates all tests to match.

This resolves #106, allowing tests to work while still using ES modules.