Skip to content

Commit 0ba40ab

Browse files
authored
Merge pull request #328 from kellyselden/intermediateTransitionTo
enable intermediateTransitionTo test
2 parents 8a528fe + a40b1d5 commit 0ba40ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/fastboot-location-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe('FastBootLocation', function () {
4141
});
4242
});
4343

44-
it.skip('should NOT redirect when intermediateTransitionTo is called', function () {
44+
it('should NOT redirect when intermediateTransitionTo is called', function () {
4545
return get({
4646
url: 'http://localhost:49741/redirect-on-intermediate-transition-to',
4747
followRedirect: false

0 commit comments

Comments
 (0)