Commit d2938dd3 authored by Robert Knight's avatar Robert Knight

Merge remote-tracking branch 'origin/master' into simplify-groups-load

Import fix for a warning caused by a "quietly" failing test.
parents 43fcec9a 962abf49
......@@ -22,7 +22,6 @@
"babel-plugin-istanbul": "^5.1.0",
"babel-plugin-mockable-imports": "^1.1.0",
"babel-plugin-transform-async-to-promises": "^0.8.6",
"babel-preset-env": "^1.7.0",
"babelify": "^10.0.0",
"browserify": "^16.2.3",
"browserify-shim": "^3.8.12",
......
......@@ -383,7 +383,7 @@ describe('sidebar.components.hypothesis-app', function() {
it('clears groups', () => {
const ctrl = createController();
ctrl.login().then(() => {
return ctrl.login().then(() => {
assert.called(fakeStore.clearGroups);
});
});
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment