From 3aefd1a38a1da4681967f3183af32648cffeac75 Mon Sep 17 00:00:00 2001 From: pushkine Date: Tue, 14 Apr 2020 08:01:13 +0200 Subject: [PATCH] fix test --- src/runtime/store/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime/store/index.ts b/src/runtime/store/index.ts index 069ea11216..35823fb68b 100644 --- a/src/runtime/store/index.ts +++ b/src/runtime/store/index.ts @@ -168,6 +168,7 @@ function auto(fn): DeriverController { update(payload, set) { set(fn(payload)); }, + cleanup: noop, }; } function manual(fn): DeriverController {