[arvados] updated: 2.7.0-6612-g02de12cfb8

git repository hosting git at public.arvados.org
Thu May 23 15:57:53 UTC 2024


Summary of changes:
 services/workbench2/config/jest/babel.config.js |  5 -----
 services/workbench2/jest.config.js              | 29 -------------------------
 2 files changed, 34 deletions(-)
 delete mode 100644 services/workbench2/config/jest/babel.config.js
 delete mode 100644 services/workbench2/jest.config.js

       via  02de12cfb8132bf3365042eaf5820339e2aabdfa (commit)
      from  11894563f28fb7f419771ed9dfa23ff8f1f14fd0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 02de12cfb8132bf3365042eaf5820339e2aabdfa
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Thu May 23 11:57:47 2024 -0400

    21704: removed excess config files accidentally added to previous commit
    
    Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/services/workbench2/config/jest/babel.config.js b/services/workbench2/config/jest/babel.config.js
deleted file mode 100644
index 4004503b14..0000000000
--- a/services/workbench2/config/jest/babel.config.js
+++ /dev/null
@@ -1,5 +0,0 @@
-// Copyright (C) The Arvados Authors. All rights reserved.
-//
-// SPDX-License-Identifier: AGPL-3.0
-
-module.exports = { presets: ['@babel/preset-env'] };
diff --git a/services/workbench2/jest.config.js b/services/workbench2/jest.config.js
deleted file mode 100644
index cdd84c9c38..0000000000
--- a/services/workbench2/jest.config.js
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright (C) The Arvados Authors. All rights reserved.
-//
-// SPDX-License-Identifier: AGPL-3.0
-
-module.exports = {
-    roots: ['<rootDir>/src'],
-    collectCoverageFrom: ['src/**/*.{js,jsx,ts,tsx}', '!src/**/*.d.ts'],
-    setupFiles: ['react-app-polyfill/jsdom'],
-    setupFilesAfterEnv: [],
-    testMatch: ['<rootDir>/src/**/__tests__/**/*.{js,jsx,ts,tsx}', '<rootDir>/src/**/*.{spec,test}.{js,jsx,ts,tsx}'],
-    testEnvironment: 'jsdom',
-    preset: 'ts-jest',
-    transform: {
-      '^.+\\.(ts|tsx)?$': 'ts-jest',
-      '^.+\\.(js|jsx)$': 'babel-jest',
-      '^.+\\.(js|jsx|mjs|cjs)$': '<rootDir>/config/jest/babelTransform.js',
-      '^.+\\.css$': '<rootDir>/config/jest/cssTransform.js',
-      '^(?!.*\\.(js|jsx|mjs|cjs|ts|tsx|css|json)$)': '<rootDir>/config/jest/fileTransform.js',
-    },
-    transformIgnorePatterns: ['[/\\\\]node_modules[/\\\\].+\\.(js|jsx|mjs|cjs|ts|tsx)$', '^.+\\.module\\.(css|sass|scss)$'],
-    modulePaths: ['<rootDir>/src'],
-    moduleNameMapper: {
-        '^react-native$': 'react-native-web',
-        '^.+\\.module\\.(css|sass|scss)$': 'identity-obj-proxy',
-    },
-    moduleFileExtensions: ['web.js', 'js', 'web.ts', 'ts', 'web.tsx', 'tsx', 'json', 'web.jsx', 'jsx', 'node'],
-    watchPlugins: ['jest-watch-typeahead/filename', 'jest-watch-typeahead/testname'],
-    resetMocks: true,
-};

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list