This is an automated email from the ASF dual-hosted git repository. yongjiezhao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push: new ea12024 chore: remove config of temporary_superset_ui (#18708) ea12024 is described below commit ea12024d25fe7c17f040208f8d395dc16ef620ce Author: Yongjie Zhao <yongjie.z...@gmail.com> AuthorDate: Mon Feb 14 16:12:43 2022 +0800 chore: remove config of temporary_superset_ui (#18708) --- superset-frontend/.eslintignore | 1 - superset-frontend/.prettierignore | 1 - superset-frontend/jest.config.js | 5 +---- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/superset-frontend/.eslintignore b/superset-frontend/.eslintignore index 520018d..0ef97d6 100644 --- a/superset-frontend/.eslintignore +++ b/superset-frontend/.eslintignore @@ -33,4 +33,3 @@ esm/ lib/ tmp/ storybook-static/ -temporary_superset_ui/**/* diff --git a/superset-frontend/.prettierignore b/superset-frontend/.prettierignore index 7052187..b4a0e33 100644 --- a/superset-frontend/.prettierignore +++ b/superset-frontend/.prettierignore @@ -24,5 +24,4 @@ lerna.json CHANGELOG.md *.geojson *-topo.json -temporary_superset_ui/ storybook-static/ diff --git a/superset-frontend/jest.config.js b/superset-frontend/jest.config.js index aa930ed..8ef4945 100644 --- a/superset-frontend/jest.config.js +++ b/superset-frontend/jest.config.js @@ -30,10 +30,7 @@ module.exports = { '@superset-ui/(.*)$': '<rootDir>/node_modules/@superset-ui/$1/src', }, testEnvironment: 'jsdom', - modulePathIgnorePatterns: [ - '<rootDir>/temporary_superset_ui', - '<rootDir>/packages/generator-superset', - ], + modulePathIgnorePatterns: ['<rootDir>/packages/generator-superset'], setupFilesAfterEnv: ['<rootDir>/spec/helpers/setup.ts'], testURL: 'http://localhost', collectCoverageFrom: [