diff options
Diffstat (limited to 'server/sonar-web/config/jest/SetupTestEnvironment.ts')
-rw-r--r-- | server/sonar-web/config/jest/SetupTestEnvironment.ts | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/server/sonar-web/config/jest/SetupTestEnvironment.ts b/server/sonar-web/config/jest/SetupTestEnvironment.ts index cf53e73e95f..9e3b4e53f86 100644 --- a/server/sonar-web/config/jest/SetupTestEnvironment.ts +++ b/server/sonar-web/config/jest/SetupTestEnvironment.ts @@ -18,10 +18,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ import * as theme from '../../src/main/js/app/theme'; -import ThemeContext from '../../src/main/js/sonar-ui-common/components/theme'; -import SonarUiCommonInitializer, { - DEFAULT_LOCALE -} from '../../src/main/js/sonar-ui-common/helpers/init'; +import ThemeContext from '../../src/main/js/components/theme'; +import SonarUiCommonInitializer, { DEFAULT_LOCALE } from '../../src/main/js/helpers/init'; const content = document.createElement('div'); content.id = 'content'; |