Skip to content

Commit

Permalink
ignore temporary_superset_ui in jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie committed Nov 25, 2021
1 parent f47c641 commit b81e20c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset-frontend/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module.exports = {
'^spec/(.*)$': '<rootDir>/spec/$1',
},
testEnvironment: 'jsdom',
modulePathIgnorePatterns: ['<rootDir>/temporary_superset_ui'],
setupFilesAfterEnv: ['<rootDir>/spec/helpers/setup.ts'],
testURL: 'http://localhost',
collectCoverageFrom: ['src/**/*.{js,jsx,ts,tsx}', '!**/*.stories.*'],
Expand Down

0 comments on commit b81e20c

Please sign in to comment.