Update index.js

pull/1761/head^2
Dmitry Kurmanov 7 years ago committed by GitHub
parent b5140cdad3
commit 07b7212783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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