Skip to content

Commit

Permalink
docs(test): add explainer to contrib/es tests
Browse files Browse the repository at this point in the history
  • Loading branch information
freshgum-bubbles committed Aug 4, 2024
1 parent d494dea commit a591a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/contrib/es/es-service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Container } from 'internal:typedi';
import { createFakeClassDecoratorContext } from './test-utils/fake-context.util';
import { ESService } from 'internal:typedi/contrib/es/es-service.decorator.mjs';

// Due to the testing structure, we can't actually use ES Decorators
// Due to the tsconfig setup, we can't actually use ES Decorators
// here. Instead, we have to pretend we're using them, by manually
// passing descriptors and functions to them.
// P.S. The actual conformance testing goes on in <test/decorators/Service.spec.ts>
Expand Down

0 comments on commit a591a81

Please sign in to comment.