diff --git a/expect/expect.ts b/expect/expect.ts index b73e1139f..49119d9be 100644 --- a/expect/expect.ts +++ b/expect/expect.ts @@ -181,8 +181,8 @@ export function expect( const extendMatchers: Matchers = getExtendMatchers(); const allMatchers = { - ...extendMatchers, ...matchers, + ...extendMatchers, }; const matcher = allMatchers[name as MatcherKey] as Matcher; if (!matcher) {