Update index.js

pull/7738/head
Dmitry Kurmanov 7 years ago committed by GitHub
parent 61fe85be13
commit 39c62a140b

@ -118,7 +118,7 @@ describe('store', () => {
assert.throws(() => { assert.throws(() => {
store.set({ bar: 'whatever' }); 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', () => { it('allows multiple dependents to depend on the same computed property', () => {

Loading…
Cancel
Save