You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getContext as a pattern is one (of several) things that is preventing ember applications from running tests concurrently as it assumes only a single global test context exists at any one time.
Instead of assuming the global, we should prefer a passed in context.
The text was updated successfully, but these errors were encountered:
runspired
changed the title
Pass in context to provide instead of using getContext
💡Pass in context to provide instead of using getContextMar 27, 2024
low(ish) priority
ember-provide-consume-context/ember-provide-consume-context/src/test-support/index.ts
Line 29 in 4d9835e
getContext
as a pattern is one (of several) things that is preventing ember applications from running tests concurrently as it assumes only a single global test context exists at any one time.Instead of assuming the global, we should prefer a passed in context.
The text was updated successfully, but these errors were encountered: