From 39c62a140bf8a02d3a7e1db4a9e2d783a11ac4b1 Mon Sep 17 00:00:00 2001 From: Dmitry Kurmanov Date: Thu, 27 Sep 2018 20:00:05 +0300 Subject: [PATCH] Update index.js --- test/store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/store/index.js b/test/store/index.js index 8d5dd5749c..bad93b2382 100644 --- a/test/store/index.js +++ b/test/store/index.js @@ -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', () => {