Skip to content

Commit

Permalink
jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm committed Aug 5, 2024
1 parent 7abc273 commit f7b7402
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js_modules/dagster-ui/packages/ui-core/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

src/tsconfig.json
1 change: 1 addition & 0 deletions js_modules/dagster-ui/packages/ui-core/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ module.exports = {
'\\.(css|less)$': 'identity-obj-proxy',
'^worker-loader(.*)/workers/(.*)$': '<rootDir>/jest/mocks/$2',
'^@dagster-io/ui-components$': '<rootDir>/../ui-components/src/index',
'^src/(.*)$': '<rootDir>/src/$1',
},

// An array of regexp pattern strings, matched against all module paths before considered 'visible' to the module loader
Expand Down

0 comments on commit f7b7402

Please sign in to comment.