{"version":3,"file":"jest-globals.mjs","names":["extensions"],"sources":["../src/jest-globals.ts"],"sourcesContent":["import { expect } from \"@jest/globals\";\nimport * as extensions from \"./matchers/index\";\nimport type { CLITestingLibraryMatchers } from \"./matchers/types\";\n\nexpect.extend(extensions);\n\ndeclare module \"expect\" {\n  export interface Matchers<\n    // eslint-disable-next-line @typescript-eslint/naming-convention\n    R extends void | Promise<void>,\n    T = unknown,\n  > extends CLITestingLibraryMatchers<R> {}\n}\n"],"mappings":";;;AAIA,OAAO,OAAOA,gBAAU"}