Merge pull request #1916 from akihikodaki/sinon

Update sinon to 5.0.7
This commit is contained in:
David Baker 2018-06-08 16:41:11 +01:00 committed by GitHub
commit 3983535536
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1210 additions and 1147 deletions

2353
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -134,7 +134,7 @@
"react-addons-test-utils": "^15.4.0",
"require-json": "0.0.1",
"rimraf": "^2.4.3",
"sinon": "^1.17.3",
"sinon": "^5.0.7",
"source-map-loader": "^0.2.3",
"walk": "^2.3.9",
"webpack": "^1.12.14"

View file

@ -235,7 +235,7 @@ describe('TimelinePanel', function() {
// now, if we update the events, there shouldn't be any
// more requests.
client.paginateEventTimeline.reset();
client.paginateEventTimeline.resetHistory();
panel.forceUpdate();
expect(messagePanel.props.backPaginating).toBe(false);
setTimeout(() => {