import {expect} from '@jest/globals' // jest-dom matchers for better DOM assertions import '@testing-library/jest-dom' // custom matchers expect.extend({ // toBeValidProtocolError(received, expectedStatus) { // // custom matcher implementation // } })