Skip to content

Commit

Permalink
style(tests/typedservice): format with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
freshgum-bubbles committed Oct 11, 2023
1 parent e677880 commit 8c975f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/contrib/typed-service.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { TypedService } from 'internal:typedi/contrib/typed-service/typed-service.decorator.mjs';

describe('TypedService', () => {
it('is a function', () => {
expect(typeof TypedService).toStrictEqual('function');
});
it('is a function', () => {
expect(typeof TypedService).toStrictEqual('function');
});
});

0 comments on commit 8c975f9

Please sign in to comment.