exec and load only export the functions being exported by the gunter main file for use as an API. This makes it hard to test exec and load's internal functions.
Instead, maybe it makes sense to export everything from those files, but only export the API functions from the gunter main file.
exec
andload
only export the functions being exported by thegunter
main file for use as an API. This makes it hard to testexec
andload
's internal functions.Instead, maybe it makes sense to export everything from those files, but only export the API functions from the
gunter
main file.