Skip to content

Commit

Permalink
Update implicit combine snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrHoroshih committed Sep 10, 2023
1 parent e5f0102 commit 4257f07
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions src/types/__tests__/effector/sample/implicitCombine.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ it('supports store objects as a source (should pass) [non-config sample overload

expect(typecheck).toMatchInlineSnapshot(`
"
Expected 1 arguments, but got 2.
no errors
"
`)
})
Expand All @@ -183,7 +183,7 @@ it('supports a list of stores as a source (should pass) [non-config sample overl

expect(typecheck).toMatchInlineSnapshot(`
"
Expected 1 arguments, but got 2.
no errors
"
`)
})
Expand All @@ -201,10 +201,7 @@ it('supports store objects as a source + mapping (should pass) [non-config sampl

expect(typecheck).toMatchInlineSnapshot(`
"
Expected 1 arguments, but got 3.
Binding element 'a' implicitly has an 'any' type.
Binding element 'b' implicitly has an 'any' type.
Parameter 'clock' implicitly has an 'any' type.
no errors
"
`)
})
Expand All @@ -222,10 +219,7 @@ it('supports a list of stores as a source + mapping (should pass) [non-config sa

expect(typecheck).toMatchInlineSnapshot(`
"
Expected 1 arguments, but got 3.
Binding element 'a' implicitly has an 'any' type.
Binding element 'b' implicitly has an 'any' type.
Parameter 'clock' implicitly has an 'any' type.
no errors
"
`)
})

0 comments on commit 4257f07

Please sign in to comment.