Merge branch 'master' into patch-1

pull/1761/head
dmitrykurmanov 6 years ago
commit ebc7eeb9c4

@ -118,7 +118,7 @@ describe('store', () => {
assert.throws(() => {
store.set({ bar: 'whatever' });
}, /'bar' is a read-only property/);
}, /'bar' is a read-only computed property/);
});
it('allows multiple dependents to depend on the same computed property', () => {

Loading…
Cancel
Save