chore: remove config of temporary_superset_ui (#18708)
This commit is contained in:
parent
168899b9af
commit
ea12024d25
|
|
@ -33,4 +33,3 @@ esm/
|
|||
lib/
|
||||
tmp/
|
||||
storybook-static/
|
||||
temporary_superset_ui/**/*
|
||||
|
|
|
|||
|
|
@ -24,5 +24,4 @@ lerna.json
|
|||
CHANGELOG.md
|
||||
*.geojson
|
||||
*-topo.json
|
||||
temporary_superset_ui/
|
||||
storybook-static/
|
||||
|
|
|
|||
|
|
@ -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: [
|
||||
|
|
|
|||
Loading…
Reference in New Issue