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',