added test case

pull/15232/head
Dominic Gannaway 2 years ago
parent e1927e174b
commit 091783c545

@ -818,7 +818,7 @@ describe('signals', () => {
};
});
test('unowned deriveds are correctly connected and disconnected from the graph #2', () => {
test('unowned deriveds dependencies are correctly de-duped', () => {
return () => {
let a = state(0);
let b = state(true);

Loading…
Cancel
Save