From 8c975f9bd66a10e55fc68813c8cc3200c1ffef9d Mon Sep 17 00:00:00 2001 From: freshgum Date: Wed, 11 Oct 2023 01:35:44 +0100 Subject: [PATCH] style(tests/typedservice): format with Prettier --- test/contrib/typed-service.spec.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/contrib/typed-service.spec.ts b/test/contrib/typed-service.spec.ts index 8c7bbad6..7726bf60 100644 --- a/test/contrib/typed-service.spec.ts +++ b/test/contrib/typed-service.spec.ts @@ -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'); + }); });