Skip to content

Commit

Permalink
chore: bumping superset-ui 0.17.64 (apache#15615)
Browse files Browse the repository at this point in the history
* chore: bumping superset-ui 0.17.64

* fix jest
  • Loading branch information
zhaoyongjie committed Jul 9, 2021
1 parent ae0fc66 commit ae61455
Show file tree
Hide file tree
Showing 3 changed files with 415 additions and 342 deletions.
2 changes: 1 addition & 1 deletion superset-frontend/jest.config.js
Expand Up @@ -20,7 +20,7 @@ module.exports = {
testRegex: '(\\/spec|\\/src)\\/.*(_spec|\\.test)\\.(j|t)sx?$',
moduleNameMapper: {
'\\.(css|less)$': '<rootDir>/spec/__mocks__/styleMock.js',
'\\.(gif|ttf|eot|png)$': '<rootDir>/spec/__mocks__/fileMock.js',
'\\.(gif|ttf|eot|png|jpg)$': '<rootDir>/spec/__mocks__/fileMock.js',
'\\.svg$': '<rootDir>/spec/__mocks__/svgrMock.tsx',
'^src/(.*)$': '<rootDir>/src/$1',
'^spec/(.*)$': '<rootDir>/spec/$1',
Expand Down

0 comments on commit ae61455

Please sign in to comment.