MDN's advice is not to export then from modules: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import#module_namespace_object This is effectively causing vitest to hang indefinitelly: https://github.com/vitest-dev/vitest/issues/7174
MDN's advice is not to export then from modules: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import#module_namespace_object
This is effectively causing vitest to hang indefinitelly: vitest-dev/vitest#7174