Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opensearch-project/OpenSearch-Dashboards
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10ae2b5b07e77e81952fc76fe45d457b5475b000
Choose a base ref
..
head repository: opensearch-project/OpenSearch-Dashboards
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2b5c565d7d2f8c2b885fdc1fba475c2076b652e1
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 src/dev/jest/config.js
4 changes: 2 additions & 2 deletions src/dev/jest/config.js
Original file line number Diff line number Diff line change
@@ -52,8 +52,8 @@ export default {
moduleNameMapper: {
'@elastic/eui$': '<rootDir>/node_modules/@elastic/eui/test-env',
'@elastic/eui/lib/(.*)?': '<rootDir>/node_modules/@elastic/eui/test-env/$1',
'@opensearch-project/opensearch/aws':
'<rootDir>/node_modules/@opensearch-project/opensearch/lib/aws',
'@opensearch-project/opensearch-next/aws':
'<rootDir>/node_modules/@opensearch-project/opensearch-next/lib/aws',
'^src/plugins/(.*)': '<rootDir>/src/plugins/$1',
'^test_utils/(.*)': '<rootDir>/src/test_utils/public/$1',
'^fixtures/(.*)': '<rootDir>/src/fixtures/$1',