update test

pull/964/head
Rich Harris 7 years ago
parent a0d8d09003
commit fd8bbe3eb7

@ -184,7 +184,7 @@ describe('store', () => {
assert.throws(() => {
store.compute('a', ['b'], b => b + 1);
store.compute('b', ['a'], a => a + 1);
}, /Cyclical dependency detected — a computed property cannot indirectly depend on itself/);
}, /Cyclical dependency detected/);
});
});
});

Loading…
Cancel
Save