-
-
Notifications
You must be signed in to change notification settings - Fork 215
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
Rework vue-core #10712
Rework vue-core #10712
Conversation
d9103ec
to
b5f5ca2
Compare
The build is failing because I removed all tests because they were implementation details test. This is failing on I don't know if I add a dummy test or change the target. Any input are welcome here :) |
b1fed55
to
57bf466
Compare
src/main/resources/generator/dependencies/vue/package-lock.json
Outdated
Show resolved
Hide resolved
57bf466
to
da015ba
Compare
@@ -23,11 +23,6 @@ export default defineConfig({ | |||
cache: false, | |||
include: ['src/test/webapp/unit/**/*.{test,spec}.?(c|m)[jt]s?(x)'], | |||
coverage: { |
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.
Discussion today: maybe replace this by threshold only for domain
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.
Afterthoughts: not a good idea since some front domain models will just be types validated by component tests
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.
I'm a little bit late on this, we should improve this part, and only include what we want
I created this ticket #10822
@DamnClin : Could it be a home route test? |
@DamnClin : after this redesign got merged. Can you tell me if is it going to be a AxiosHttp module for each client (angular, vue, react)? |
@renanfranca I'm strongly agains route test since this is an implementation detail test |
Can be a good idea to have the same AxiosHttp module for every clients yes |
da015ba
to
7ba73eb
Compare
So dummy test is fine 🙂 |
4cd5cfc
to
5217adf
Compare
cc @Gnuk @murdos @pascalgrimaud what do you think of this version? |
5217adf
to
41fc434
Compare
@DamnClin: I have already applied these changes to add the |
As it is, for me, this is testing an implementation detail |
I'm adding a big bounty on this, as it was a lot of work here. |
Thanks a lot, claimed #10712 (comment) |
@DamnClin : the link is not correct :-D |
Sorry, misslick in github... https://opencollective.com/generator-jhipster/expenses/220095 |
@DamnClin : approved, thanks a lot for your work |
No description provided.