Skip to content

Commit

Permalink
chore: remove config of temporary_superset_ui (#18708)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie authored Feb 14, 2022
1 parent 168899b commit ea12024
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion superset-frontend/.eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ esm/
lib/
tmp/
storybook-static/
temporary_superset_ui/**/*
1 change: 0 additions & 1 deletion superset-frontend/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ lerna.json
CHANGELOG.md
*.geojson
*-topo.json
temporary_superset_ui/
storybook-static/
5 changes: 1 addition & 4 deletions superset-frontend/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit ea12024

Please sign in to comment.