UNPKG

267 BJavaScriptView Raw
1"use strict";
2
3// @ts-check
4const testMatch = ["**/*.test.ts", "**/*.test.js"];
5const testIgnores = ["node_modules/", "<rootDir>/fixtures/", "__tests__/helpers/", "__mocks__"];
6module.exports = {
7 testMatch,
8 testIgnores
9};
10//# sourceMappingURL=jest.patterns.js.map
\No newline at end of file