mirror of
https://github.com/type-challenges/type-challenges.git
synced 2026-01-25 14:47:17 +00:00
fix: add test case for 645 medium diff (#4921)
This commit is contained in:
parent
e39012d86d
commit
ef5b9262dd
@ -11,5 +11,6 @@ type Bar = {
|
||||
}
|
||||
|
||||
type cases = [
|
||||
Expect<Equal<Diff<Foo, Bar>, { gender: number }>>
|
||||
Expect<Equal<Diff<Foo, Bar>, { gender: number }>>,
|
||||
Expect<Equal<Diff<Bar,Foo>, { gender: number }>>
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user