You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/12 17:08:50 UTC

[GitHub] [airflow] bbovenzi commented on a diff in pull request #25003: Refactor js file structure

bbovenzi commented on code in PR #25003:
URL: https://github.com/apache/airflow/pull/25003#discussion_r919213735


##########
airflow/www/jest.config.js:
##########
@@ -26,8 +26,7 @@ const config = {
   setupFilesAfterEnv: ['./jest-setup.js'],
   moduleDirectories: ['node_modules'],
   moduleNameMapper: { // Listing all aliases
-    '^app/(.*)$': '<rootDir>/static/js/$1',
-    '^grid/(.*)$': '<rootDir>/static/js/grid/$1',
+    '^src/(.*)$': '<rootDir>/static/js/$1',

Review Comment:
   `src` made more sense than `app`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org