f464ba2d31
Update swagger-ui
Node.js CI / build (push) Failing after 2s
Node.js CI / e2e-tests (+(a11y|security|bugs)/**/*cy.js) (push) Failing after 2s
Node.js CI / e2e-tests (features/**/!(o|d|m)*.cy.js) (push) Failing after 2s
Node.js CI / e2e-tests (features/**/+(o|d)*.cy.js) (push) Failing after 2s
Node.js CI / e2e-tests (features/**/m*.cy.js) (push) Failing after 2s
CodeQL / Analyze (javascript) (push) Failing after 2m49s
Security scan for docker image / build (push) Failing after 42s
2025-06-24 13:40:26 +09:00
Vladimír Gorej
98b53090cb
feat: add support for React@18 in backward compatible way ( #9435 )
...
Any React version matching this semver is supported: >= 16.8 < 19
Refs #8126
Refs #8414
2023-12-20 16:50:22 +01:00
Krzysztof Kowalczyk
cdfc4de43e
fix(response-body): remove download button when content is empty ( #8579 )
...
Co-authored-by: Vladimír Gorej <vladimir.gorej@gmail.com >
2023-04-26 13:42:49 +02:00
Vladimir Gorej
14f9b40ef2
test(test:unit-jest): fix all failing tests for this script
...
We needed to align new cheerio and enzyme
APIS with tests.
Refs #7341
2021-11-03 09:49:50 +01:00
Tim Lai
b927db86e3
refactor(enzyme): add url to jsdom constructor for unit test setup ( #6356 )
2020-09-01 15:25:04 -07:00
Tim Lai
1a27c0a8bd
feat: migrate unit tests to Jest ( #6353 )
...
* config(jest): updated setup
* config(jest): update testMatch to include jsx files
* config(jest): add transformIgnorePatterns
* config(jest): update ignore files that do not work in jest yet
* config: add test:unit-jest to test script
* fix(jest): lint with eslint-plugin-jest
* refactor(jest): move unit test directory
* refactor(mocha): restore mocha tests that fail in jest
* docs(jest): update helpful scripts with test:unit-jest
2020-09-01 10:41:01 -07:00