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

test: add end-to-end test that reproduces #113 issue #176

Merged
merged 2 commits into from
Apr 27, 2020
Merged

test: add end-to-end test that reproduces #113 issue #176

merged 2 commits into from
Apr 27, 2020

Conversation

arturovt
Copy link
Collaborator

Just added a simple test that reproduces an issue with infinite redirects.

// `setTimeout` is needed to do assertion after `throw`, since we can't
// execute any code after `throw`.
setTimeout(() => {
expect(urlChangedTimes).to.equal(15);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will change to 1 or 2 after the fix?

@joeldenning joeldenning merged commit 4fb57c5 into single-spa:master Apr 27, 2020
@arturovt arturovt deleted the test-113-issue branch April 27, 2020 16:40
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

Successfully merging this pull request may close these issues.

None yet

2 participants