Skip to content
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

use some constants in generator-base #14187

Merged
merged 1 commit into from
Mar 6, 2021
Merged

Conversation

Tcharl
Copy link
Contributor

@Tcharl Tcharl commented Mar 5, 2021


Please make sure the below checklist is followed for Pull Requests.

When you are still working on the PR, consider converting it to Draft (bellow reviewers) and adding skip-ci label, you can still see CI build result at your branch.

const CUCUMBER = OptionValues[TEST_FRAMEWORKS].cucumber;
const PROTRACTOR = OptionValues[TEST_FRAMEWORKS].protractor;
const CYPRESS = OptionValues[TEST_FRAMEWORKS].cypress;
const EH_CACHE = OptionValues[CACHE_PROVIDER].ehcache;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

EHCACHE is simpler, I think

@DanielFran DanielFran merged commit 57a16c6 into jhipster:main Mar 6, 2021
@pascalgrimaud pascalgrimaud added this to the v7.0.0-beta.2 milestone Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants