Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
avishayhajbi committed Jan 13, 2020
1 parent a1090c2 commit 9128d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/sub-app/files/ts/src/app.controller.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe('AppController', () => {
beforeEach(async () => {
const app: TestingModule = await Test.createTestingModule({
controllers: [<%= classify(name) || 'App' %>Controller],
providers: [AppService],
providers: [<%= classify(name) || 'App' %>Service],
}).compile();

<%= (classify(name) || 'App').toLowerCase() %>Controller = app.get<<%= classify(name) || 'App' %>Controller>(<%= classify(name) || 'App' %>Controller);
Expand Down

0 comments on commit 9128d02

Please sign in to comment.