Failed tests:
api_access - Need to figure out and add a mock octokit.
main - Cannot assign urlFileParser because it is a read-only property. (Likely another mock issue)
metric - Type 'Logger' is not assignable to type 'MockedObject'.
repository - Issue when it goes to run test that it attempts to run actual script and import variables from metric.js through repository.ts. Needs a mock of class for Url, NetScore, RampUp, Correctness, BusFactor, ResponsiveMaintainer and License.
urlFileParser - Tries to load Logger variable similar to above.
89
Failed tests: api_access - Need to figure out and add a mock octokit. main - Cannot assign urlFileParser because it is a read-only property. (Likely another mock issue) metric - Type 'Logger' is not assignable to type 'MockedObject'.
repository - Issue when it goes to run test that it attempts to run actual script and import variables from metric.js through repository.ts. Needs a mock of class for Url, NetScore, RampUp, Correctness, BusFactor, ResponsiveMaintainer and License.
urlFileParser - Tries to load Logger variable similar to above.