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