Skip to content

Commit 41bfbcc

Browse files
committed
#261: upgraded spring boot and JS libs
1 parent be1e821 commit 41bfbcc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

skills-client-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"axios-mock-adapter": "2.1.0",
4747
"babel-jest": "30.0.4",
4848
"eslint": "9.31.0",
49-
"jest": "29.7.0",
49+
"jest": "30.0.4",
5050
"jest-environment-jsdom": "29.7.0",
5151
"license-check-and-add": "4.0.5",
5252
"license-checker": "25.0.1",

skills-client-js/test/SkillsService.test.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ describe('OAuth auto redirect tests', () => {
2424
const authEndpoint = `${mockServiceUrl}/oauth2/authorization/gitlab`;
2525
const oldWindowLocation = window.location
2626

27+
/**
28+
* Please note that this test will need to be re-written in order to upgrade
29+
* jest-environment-jsdom from 29 to 30; version 30 does not support manipulating
30+
* `window.location`, here are some relevant tickets:
31+
* https://github.com/jestjs/jest/issues/15674
32+
* https://github.com/jsdom/jsdom/issues/3492
33+
*/
2734
beforeAll(() => {
2835
delete window.location
2936

0 commit comments

Comments
 (0)