We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde8702 commit f61621dCopy full SHA for f61621d
1 file changed
packages/ember/tests/routing/decoupled_basic_test.js
@@ -698,7 +698,11 @@ moduleFor(
698
// if we transition in this test we will receive failures
699
// if the tests are run from a static file
700
_doURLTransition() {
701
- return RSVP.resolve('');
+ return {
702
+ followRedirects() {
703
+ return RSVP.resolve('');
704
+ },
705
+ };
706
},
707
});
708
0 commit comments