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/ lib/
tmp/ tmp/
storybook-static/ storybook-static/
temporary_superset_ui/**/*

View File

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

View File

@ -30,10 +30,7 @@ module.exports = {
'@superset-ui/(.*)$': '<rootDir>/node_modules/@superset-ui/$1/src', '@superset-ui/(.*)$': '<rootDir>/node_modules/@superset-ui/$1/src',
}, },
testEnvironment: 'jsdom', testEnvironment: 'jsdom',
modulePathIgnorePatterns: [ modulePathIgnorePatterns: ['<rootDir>/packages/generator-superset'],
'<rootDir>/temporary_superset_ui',
'<rootDir>/packages/generator-superset',
],
setupFilesAfterEnv: ['<rootDir>/spec/helpers/setup.ts'], setupFilesAfterEnv: ['<rootDir>/spec/helpers/setup.ts'],
testURL: 'http://localhost', testURL: 'http://localhost',
collectCoverageFrom: [ collectCoverageFrom: [