dignityofwar / diglet-bot

TypeScript Discord bot serving the Dignity of War community.
1 stars 0 forks source link

Implement logger spies into all tests #197

Open Maelstromeous opened 1 month ago

Maelstromeous commented 1 month ago
    TestBootstrapper.setupLoggerSpies(service, TESTING_CLASS.name);

Need to change all tests that use logger['X'] directly to use the spies template.