-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: Convert form-feedback.client.factory.js, CsvGenerator.js to TypeScript #1899
Conversation
2e5b657
to
bd0208c
Compare
src/app/modules/form/public-form/__tests__/public-form.controller.spec.ts
Outdated
Show resolved
Hide resolved
src/public/modules/forms/admin/directives/view-feedback.client.directive.js
Outdated
Show resolved
Hide resolved
src/public/modules/forms/admin/directives/view-feedback.client.directive.js
Outdated
Show resolved
Hide resolved
src/public/modules/forms/base/components/feedback-form.client.component.js
Outdated
Show resolved
Hide resolved
src/public/modules/forms/services/__tests__/FormFeedbackService.spec.ts
Outdated
Show resolved
Hide resolved
src/public/modules/forms/services/__tests__/FormFeedbackService.spec.ts
Outdated
Show resolved
Hide resolved
Oh, also add tests for the base |
src/public/modules/forms/base/components/feedback-form.client.component.js
Outdated
Show resolved
Hide resolved
src/public/modules/forms/admin/directives/view-feedback.client.directive.js
Outdated
Show resolved
Hide resolved
src/public/modules/forms/admin/directives/view-feedback.client.directive.js
Outdated
Show resolved
Hide resolved
bd0208c
to
9acfefa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm with nits
src/public/modules/forms/helpers/__tests__/CsvGenerator.spec.ts
Outdated
Show resolved
Hide resolved
src/public/modules/forms/helpers/__tests__/CsvGenerator.spec.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good other than fixing the type on the controller. thanks for writing such detailed tests!
src/public/modules/forms/admin/directives/view-feedback.client.directive.js
Outdated
Show resolved
Hide resolved
8cdbf76
to
57eda82
Compare
thanks @karrui and @mantariksh for reviewing @mantariksh need an approval from you! |
Closes #1837 also |
Problem
Closes #1509
Tests