Fix failing tests, reorganize packages

This commit is contained in:
Jesse Wierzbinski 2024-03-12 08:44:43 -10:00
parent 83288afd88
commit d633116571
No known key found for this signature in database
5 changed files with 6 additions and 4 deletions

View file

@ -40,7 +40,7 @@ describe("ConfigManager", () => {
const config = await configManager.getConfig<typeof mockConfig>();
expect(config).toEqual(mockConfig);
expect(config).toContainKeys(Object.keys(mockConfig));
});
it("should read the internal config file correctly", async () => {