Skip to content

Conversation

NullVoxPopuli
Copy link
Contributor

@NullVoxPopuli NullVoxPopuli commented Jun 25, 2025

followup to: #64

Key changes:

  • tell vitest to not forward its env to our invoked ember-cli / test commands
  • add babel-plugin-debug-macros for @glimmer/env for DEBUG support (only for the dev/test babel.config)
  • in the tests/index.html, enable the embroider-macros sync of isTesting via importing @embroider/macros/src/vendor/embroider-macros-test-support

@NullVoxPopuli NullVoxPopuli added bug Something isn't working and removed internal labels Jul 8, 2025
.eslintcache
.prettiercache

# potentially containing secrets
Copy link
Contributor Author

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",
Copy link
Contributor Author

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,
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant