Skip to content

Commit

Permalink
Update app.controller.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaneu authored Oct 2, 2020
1 parent 88d310c commit ecaccce
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions api/labelcv-api/src/app.controller.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,5 @@ describe('AppController', () => {
appController = app.get<AppController>(AppController);
});

describe('root', () => {
it('should return "Hello World!"', () => {
expect(appController.getHello()).toBe('Hello World!');
});
});

});

0 comments on commit ecaccce

Please sign in to comment.