Skip to content

Commit 594b394

Browse files
test(overmind): fix test
1 parent cfeb65f commit 594b394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node_modules/overmind/src/derived.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ describe('Derived', () => {
9696
}
9797
type State = {
9898
foo: string
99-
upperFoo: string
99+
upperFoo: string | null
100100
}
101101
const state: State = {
102102
foo: 'bar',

0 commit comments

Comments
 (0)