Artur
Artur
Problem still occurs on master bunch (version 1.4.4 This is relay simple fix just add a UMD factory to your namespace ``` javascript (function (factory) { if (typeof define ===...
I would just use `tsc -noEmit` before running esbuild-runner :) ex.: `tsc -noEmit && esr index.ts`
@joanhey you may be interested in this: #9238
How about adding an option to run tests in the order of their last execution time, from fastest to slowest? 😈
This one works for me [https://github.com/Fandom-OSS/quill-blot-formatter](quill-blot-formatter) @Fandom-OSS also have fork of quill-image-resize-module where he fixed problem with window.Quill