UNPKG

626 BSource Map (JSON)View Raw
1{"version":3,"sources":["../../src/config/jest.patterns.js"],"names":["testMatch","testIgnores","module","exports"],"mappings":";;AAAA;AAEA,MAAMA,SAAS,GAAG,CAAC,cAAD,EAAiB,cAAjB,CAAlB;AACA,MAAMC,WAAW,GAAG,CAClB,eADkB,EAElB,qBAFkB,EAGlB,oBAHkB,EAIlB,WAJkB,CAApB;AAOAC,MAAM,CAACC,OAAP,GAAiB;AACfH,EAAAA,SADe;AAEfC,EAAAA;AAFe,CAAjB","sourcesContent":["// @ts-check\n\nconst testMatch = [\"**/*.test.ts\", \"**/*.test.js\"]\nconst testIgnores = [\n \"node_modules/\",\n \"<rootDir>/fixtures/\",\n \"__tests__/helpers/\",\n \"__mocks__\",\n]\n\nmodule.exports = {\n testMatch,\n testIgnores,\n}\n"],"file":"jest.patterns.js"}
\No newline at end of file