{"version":3,"file":"vitest.mjs","names":["extensions"],"sources":["../src/vitest.ts"],"sourcesContent":["/* istanbul ignore file */\n\nimport { expect } from \"vitest\";\nimport * as extensions from \"./matchers/index\";\nimport type { CLITestingLibraryMatchers } from \"./matchers/types\";\n\nexpect.extend(extensions);\n\ndeclare module \"vitest\" {\n  interface Matchers<T = any> extends CLITestingLibraryMatchers<T> {}\n}\n"],"mappings":";;;;AAMA,OAAO,OAAOA,gBAAU"}