Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov committed Sep 27, 2018
2 parents 74b11a6 + 07b7212 commit ebc7eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit ebc7eeb

Please sign in to comment.