-
-
Notifications
You must be signed in to change notification settings - Fork 217
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
Add front JavaBase and SpringBoot buttons #953
Add front JavaBase and SpringBoot buttons #953
Conversation
722b90e
to
03dac96
Compare
Codecov Report
@@ Coverage Diff @@
## main #953 +/- ##
===========================================
Coverage 100.00% 100.00%
- Complexity 1327 1329 +2
===========================================
Files 252 252
Lines 4144 4161 +17
Branches 72 74 +2
===========================================
+ Hits 4144 4161 +17
Continue to review full report at Codecov.
|
projectService.addJavaBase.resolves({}); | ||
await wrap({ projectService }); | ||
|
||
const mavenButton = wrapper.find('#javabase'); |
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.
Maybe rename to button, so it's simpler to duplicate test
|
||
const projectPathInput = wrapper.find('#path'); | ||
await projectPathInput.setValue(project.folder); | ||
const mavenButton = wrapper.find('#javabase'); |
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.
Rename to button
projectService.addSpringBoot.resolves({}); | ||
await wrap({ projectService }); | ||
|
||
const mavenButton = wrapper.find('#springboot'); |
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.
Rename to button
|
||
const projectPathInput = wrapper.find('#path'); | ||
await projectPathInput.setValue(project.folder); | ||
const mavenButton = wrapper.find('#springboot'); |
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.
Rename to button
03dac96
to
302ed76
Compare
302ed76
to
dd00d7b
Compare
No description provided.