Skip to content

Commit

Permalink
Update services.module.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
w3bdesign committed Nov 20, 2024
1 parent d0dbb1d commit 3926081
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/services/services.module.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ describe('ServicesModule', () => {
// Set metadata for exports and imports
Reflect.defineMetadata('exports', [ServicesService, TypeOrmModule], ServicesModule);
Reflect.defineMetadata('imports', [TypeOrmModule.forFeature([Service])], ServicesModule);
Reflect.defineMetadata('controllers', [], ServicesModule);
});

it('should be defined', () => {
Expand Down

0 comments on commit 3926081

Please sign in to comment.