console.warn("Use component.on('destroy', ...) instead of component.on('teardown', ...) which has been deprecated and will be unsupported in Svelte 2");
assert.equal(err.message,`The fisrt argument to component.observe(...) must be the name of a top-level property, i.e. 'nested' rather than 'nested.data'`);
assert.equal(err.message,`The first argument to component.observe(...) must be the name of a top-level property, i.e. 'nested' rather than 'nested.data'`);