Test coverage on non-api functions

So I have meteor API located in imports/api/collections calling functions in a sub-dir. When I am run

meteor npm run test:unit:coverage

I see the coverage for the meteor functions get reported on in the code coverage report, however the non-meteor functions get tested but do not show up in the code coverage report.

Solution: This was an old project I was trying to add coverage. It had an ancient version pinned in .meteor/versions