You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
fix(configParser): load coffee and typescript for child processes
Without loading coffee in configParser.js, child processes which
try and load a coffeescript config file do not have coffee
registered with node's required, and child tests fail.
Fixes an issue with using coffeescript config files.
0 commit comments