From 6e3376124bcdbf3a6369a6fc33d2a7c82ffa27dd Mon Sep 17 00:00:00 2001 From: thinkinggis Date: Mon, 25 Nov 2019 18:43:29 +0800 Subject: [PATCH] =?UTF-8?q?test(renderer):=20ignore=20renderer=20test=20CI?= =?UTF-8?q?=20=E4=B8=8D=E8=83=BD=E9=80=9A=E8=BF=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jest.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jest.config.js b/jest.config.js index 3b525ddcc4..774d65ea17 100644 --- a/jest.config.js +++ b/jest.config.js @@ -24,9 +24,9 @@ module.exports = { // }, // }, moduleFileExtensions: [ 'ts', 'tsx', 'js' ], - modulePathIgnorePatterns: [ 'dist' ], + modulePathIgnorePatterns: [ 'dist', 'packages/renderer' ], // TODO: 暂时关闭render test moduleNameMapper: { - '@antv/l7-(.+)$': 'packages/$1/src', + '@antv/l7-(.+)$': 'packages/$1/src' }, notify: true, notifyMode: 'always',