From 9bdb95c9e34cef640534e5e5a1e2225a80442000 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期四, 09 六月 2022 15:48:15 +0800 Subject: [PATCH] TODO#139894 [ footer -最下方說明與保經代合作 ] 文案修改 --- PAMapp/node_modules/jest-util/build/testPathPatternToRegExp.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PAMapp/node_modules/jest-util/build/testPathPatternToRegExp.js b/PAMapp/node_modules/jest-util/build/testPathPatternToRegExp.js index 29fd338..5d64c62 100644 --- a/PAMapp/node_modules/jest-util/build/testPathPatternToRegExp.js +++ b/PAMapp/node_modules/jest-util/build/testPathPatternToRegExp.js @@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true }); -exports.default = void 0; +exports.default = testPathPatternToRegExp; /** * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. @@ -14,6 +14,6 @@ // Because we serialize/deserialize globalConfig when we spawn workers, // we can't pass regular expression. Using this shared function on both sides // will ensure that we produce consistent regexp for testPathPattern. -var _default = testPathPattern => new RegExp(testPathPattern, 'i'); - -exports.default = _default; +function testPathPatternToRegExp(testPathPattern) { + return new RegExp(testPathPattern, 'i'); +} -- Gitblit v1.8.0