at main 262 B view raw
1import {expect} from '@jest/globals' 2 3// jest-dom matchers for better DOM assertions 4import '@testing-library/jest-dom' 5 6// custom matchers 7expect.extend({ 8 // toBeValidProtocolError(received, expectedStatus) { 9 // // custom matcher implementation 10 // } 11})