Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

feat(frameworks): Support runner.afterEach in jasmine and mocha ada… #3988

Merged
merged 1 commit into from
Jan 20, 2017

Conversation

sjelin
Copy link
Contributor

@sjelin sjelin commented Jan 19, 2017

…pter

Closes #3894,
#3908, and
#3909

@sjelin sjelin force-pushed the supportAfterEach branch 2 times, most recently from 823d5eb to aef570c Compare January 20, 2017 00:08
@@ -76,7 +76,7 @@ executor.addCommandlineTest('node built/cli.js spec/errorTest/timeoutConf.js')
message: 'Timeout - Async callback was not invoked within timeout ' +
'specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.'
})
.expectTestDuration(0, 100);
.expectTestDuration(0, 1000);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

After a lot of bench-marking, I have concluded that this change only matters for extremely short tests like this one, and shouldn't matter to normal users.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants