chore: remove config of temporary_superset_ui (#18708)

This commit is contained in:
Yongjie Zhao 2022-02-14 16:12:43 +08:00 committed by GitHub
parent 168899b9af
commit ea12024d25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 6 deletions

View File

@ -33,4 +33,3 @@ esm/
lib/
tmp/
storybook-static/
temporary_superset_ui/**/*

View File

@ -24,5 +24,4 @@ lerna.json
CHANGELOG.md
*.geojson
*-topo.json
temporary_superset_ui/
storybook-static/

View File

@ -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: [