-
-
Notifications
You must be signed in to change notification settings - Fork 7
Add build mode tests #66
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
base: main
Are you sure you want to change the base?
Conversation
…nd fix @glimmer/env support by adding babel-plugin-debug-macros
…-support' in order to override isTesting / sync it with tests
.eslintcache | ||
.prettiercache | ||
|
||
# potentially containing secrets |
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.
could be PR'd separately
"c8": "^7.11.3", | ||
"ember-cli": "github:ember-cli/ember-cli#master", | ||
"execa": "^9.5.2", | ||
"execa": "^9.6.0", |
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.
could be PR'd separately
addonDir = join(tmpDir, addonName); | ||
await execa({ | ||
cwd: tmpDir, | ||
extendEnv: false, |
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.
extendEnv is noise in this PR without an accompanying env: {}
to set the env to empty
followup to: #64
Key changes:
@glimmer/env
forDEBUG
support (only for the dev/test babel.config)@embroider/macros/src/vendor/embroider-macros-test-support