Update index.js

pull/1761/head^2
Dmitry Kurmanov 6 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(() => {
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