mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Fix test.
This commit is contained in:
@@ -2,8 +2,9 @@ import * as rebase from "re-base";
|
||||
|
||||
const database = {};
|
||||
const base = rebase.createClass(database);
|
||||
const bar = {};
|
||||
|
||||
const _ref = base.syncState("foo", {
|
||||
context: "bar",
|
||||
state: "baz"
|
||||
context: bar,
|
||||
state: "foo"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user