PAMapp/node_modules/jest-util/build/testPathPatternToRegExp.d.ts
@@ -5,5 +5,4 @@ * LICENSE file in the root directory of this source tree. */ import type { Config } from '@jest/types'; declare const _default: (testPathPattern: Config.GlobalConfig['testPathPattern']) => RegExp; export default _default; export default function testPathPatternToRegExp(testPathPattern: Config.GlobalConfig['testPathPattern']): RegExp;