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

Changes .mocharc to a .cjs file, fixing tests. #100

Closed taylorhadden closed 2 years ago

taylorhadden commented 2 years ago

Without these changes, mocha was unable to load the .mocharc.js file, even with that file converted to use the module syntax.

jacwright commented 2 years ago

Thanks!