mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: remove config of temporary_superset_ui (#18708)
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user