-
Notifications
You must be signed in to change notification settings - Fork 18
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
Config not working #488
Comments
@erichonkanen could you please confirm which version of this library you are using? v0.5.0 and v0.4.0 of |
I think this may actually be the issue with When digging in, it seems for [email protected] |
Ah.... the |
@runspired ah yes, seems redundant and better change it to match format |
Seems like this has tripped up a number of users. PR in #762 |
I'm running into an issue where defining
config/fastboot-testing.js
isn't working as expected.I was able to determine that the addon code indeed finds the config and exports it to be initialized with
Fastboot()
, however when the tests actually run, the globalURL
is not set properly and so my test fails.I'm not sure why the global would not be available when the test runs or how to debug this?
For more info see my comment here:
ember-fastboot/ember-cli-fastboot#816 (comment)
edit 1
I determined the reason this fails is due to the version of fastboot in this addon.
It seems that
buildSandboxGlobals()
isn't working in2.X
but is working in latest3.2.0-beta.2
Not sure how to proceed other than disabling my fastboot tests until either 3.0 comes out and/or the URL issue is resolved, but open to ideas!
The text was updated successfully, but these errors were encountered: