From cc0f32a75f22fed46b9ba7509518d93d5293d1ec Mon Sep 17 00:00:00 2001 From: Joseph Ditton Date: Sun, 5 Dec 2021 18:46:44 -0700 Subject: configure unit tests --- server/app.controller.spec.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'server/app.controller.spec.ts') diff --git a/server/app.controller.spec.ts b/server/app.controller.spec.ts index 35a53c5..53d6cf8 100644 --- a/server/app.controller.spec.ts +++ b/server/app.controller.spec.ts @@ -13,9 +13,9 @@ describe('AppController', () => { appController = app.get(AppController); }); - describe('root', () => { - it('should return "Hello World!"', () => { - expect(appController.index()).toBe('Hello World!'); + describe('index', () => { + it('should run without crashing', () => { + expect(appController.index()).toBeUndefined(); }); }); }); -- cgit v1.2.3-70-g09d2