Skip to content

Commit

Permalink
Update _entityFile_-form.service.spec.ts.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Jan 24, 2024
1 parent a6ffccf commit f1d921d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ describe('<%= entityAngularName %> Form Service', () => {
expect(<%= entityInstance %>).toMatchObject(sampleWithRequiredData);
});
});
<%_ if (primaryKey.autoGenerate) { _%>

describe('resetForm', () => {
it('passing I<%= entityAngularName %> should not enable <%= primaryKey.name %> FormControl', () => {
Expand All @@ -107,4 +108,5 @@ describe('<%= entityAngularName %> Form Service', () => {
});
});
});
<%_ } _%>
});

0 comments on commit f1d921d

Please sign in to comment.