Skip to content

Commit f7c1df9

Browse files
RI-6524 fix UI tests + update yarn.lock
1 parent 4aa1193 commit f7c1df9

File tree

2 files changed

+28
-12
lines changed

2 files changed

+28
-12
lines changed

redisinsight/ui/src/components/navigation-menu/NavigationMenu.spec.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,6 @@ jest.mock('uiSrc/slices/rdi/instances', () => ({
4747
}),
4848
}))
4949

50-
jest.mock('uiSrc/slices/app/features', () => ({
51-
...jest.requireActual('uiSrc/slices/app/features'),
52-
appFeatureFlagsFeaturesSelector: jest.fn().mockReturnValue({
53-
appSettings: {
54-
flag: true,
55-
},
56-
}),
57-
}))
58-
5950
describe('NavigationMenu', () => {
6051
describe('without connectedInstance', () => {
6152
it('should render', () => {

yarn.lock

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12558,7 +12558,16 @@ string-length@^4.0.1:
1255812558
char-regex "^1.0.2"
1255912559
strip-ansi "^6.0.0"
1256012560

12561-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
12561+
"string-width-cjs@npm:string-width@^4.2.0":
12562+
version "4.2.3"
12563+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
12564+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
12565+
dependencies:
12566+
emoji-regex "^8.0.0"
12567+
is-fullwidth-code-point "^3.0.0"
12568+
strip-ansi "^6.0.1"
12569+
12570+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1256212571
version "4.2.3"
1256312572
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1256412573
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -12663,7 +12672,14 @@ stringify-object@^3.3.0:
1266312672
is-obj "^1.0.1"
1266412673
is-regexp "^1.0.0"
1266512674

12666-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
12675+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
12676+
version "6.0.1"
12677+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
12678+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
12679+
dependencies:
12680+
ansi-regex "^5.0.1"
12681+
12682+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1266712683
version "6.0.1"
1266812684
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1266912685
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -14001,7 +14017,7 @@ [email protected], word-wrap@^1.2.3, word-wrap@~1.2.3:
1400114017
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.4.tgz#cb4b50ec9aca570abd1f52f33cd45b6c61739a9f"
1400214018
integrity sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==
1400314019

14004-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
14020+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1400514021
version "7.0.0"
1400614022
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1400714023
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -14019,6 +14035,15 @@ wrap-ansi@^6.2.0:
1401914035
string-width "^4.1.0"
1402014036
strip-ansi "^6.0.0"
1402114037

14038+
wrap-ansi@^7.0.0:
14039+
version "7.0.0"
14040+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
14041+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
14042+
dependencies:
14043+
ansi-styles "^4.0.0"
14044+
string-width "^4.1.0"
14045+
strip-ansi "^6.0.0"
14046+
1402214047
wrap-ansi@^8.1.0:
1402314048
version "8.1.0"
1402414049
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)