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

Enable syntax highlighting in tests #1080

Closed
rohitpaulk opened this issue Dec 13, 2023 · 2 comments
Closed

Enable syntax highlighting in tests #1080

rohitpaulk opened this issue Dec 13, 2023 · 2 comments
Assignees

Comments

@rohitpaulk
Copy link
Member

In the test environment, we have syntax highlighting disabled:

if (config.environment === 'test' || !window.fetch || !window.XMLHttpRequest) {
. This is because pretender seems to interfere with wasm requests and return invalid contents back. Can we see if there's a way to enable this and bypass pretender?

@rohitpaulk
Copy link
Member Author

We actually ended up with a failure here, went unnoticed for days - @VasylMarchuk let's prioritize this once you're done with the ember 5 stuff and findRecord research

@rohitpaulk
Copy link
Member Author

@VasylMarchuk actually, let's ignore this and do #1231 instead

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

No branches or pull requests

2 participants