Skip to content

Conversation

@bendemboski
Copy link
Contributor

Bugfix & documentation for non-ember-cli consumers, and types!

Only ember-cli-style compat module loading understands that `test-support` imports actually pull from `addon-test-support`. So as long as we're still publishing this so that the code is in `addon-test-support`, we need to:

1. Not have any code internally import from `ember-exam/test-support` (so I replaced the one import that was doing that with a relative import that works in all cases)
2. Instruct modern (vite) consumers to import from `ember-exam/addon-test-support` (so I updated the README accordingly)
Add type declarations for the `start()` function for better TypeScript support.
@NullVoxPopuli NullVoxPopuli merged commit 36107eb into ember-cli:main Dec 19, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants