Skip to content

Commit

Permalink
fix(app): generic support in function arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
vogloblinsky committed Jun 29, 2021
1 parent 6b9a1d0 commit aa7777d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/cli/cli-generation-big-app.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ describe('CLI simple generation - big app', () => {
expect(todoStoreFile).to.contain('string | number');
expect(todoStoreFile).to.contain('number[]');
expect(todoStoreFile).to.contain(
'<code>stopMonitoring(theTodo?: <a href="../interfaces/LabelledTodo.html">LabelledTodo</a>)</code>'
'<code>stopMonitoring(theTodo?: <a href="../interfaces/LabelledTodo.html" target="_self">LabelledTodo</a>)</code>'
);
expect(todoStoreFile).to.contain('service is a todo store');
expect(todoStoreFile).to.contain('all todos status (completed');
Expand Down

0 comments on commit aa7777d

Please sign in to comment.