add basic test

Signed-off-by: Christopher Diaz <codingdiaz@icloud.com>
This commit is contained in:
Christopher Diaz
2024-06-07 14:08:31 -04:00
committed by Fredrik Adelöw
parent 486ce82f7f
commit 5f4090221f
@@ -20,7 +20,7 @@ import { createServiceFactory } from '@backstage/backend-plugin-api';
import { TestEventsService } from '@backstage/plugin-events-backend-test-utils';
import { eventsServiceRef } from '@backstage/plugin-events-node';
describe('eventsModuleLogs', () => {
describe('catalogModuleLogs', () => {
it('should be correctly wired and set up', async () => {
const events = new TestEventsService();
const eventsServiceFactory = createServiceFactory({