onebeyond / systemic

📦 A minimal dependency injection framework.
https://onebeyond.github.io/systemic
MIT License
56 stars 7 forks source link

Systemic with jest27 launches FSEVENTWRAP error #50

Closed jgleal closed 3 years ago

jgleal commented 3 years ago

With a basic systemic template, if you change mocha with jest (v27, with previous version it doesn't happen), jest launches this error:

image

Code to reproduce https://github.com/jgleal/systemic_jest27

cressie176 commented 3 years ago

Dupe of https://github.com/guidesmiths/confabulous/issues/11