Skip to content

Commit 004c803

Browse files
authored
Migrate NameSelector tests (#2730)
## Which problem is this PR solving? - Part of #1668 ## Description of the changes - Migrates `NameSelector` test ## How was this change tested? - Test itself. ## Checklist - [x] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [x] I have signed all commits - [x] I have added unit tests for the new functionality - [x] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `npm run lint` and `npm run test` --------- Signed-off-by: nojaf <florian.verdonck@outlook.com>
1 parent 895924c commit 004c803

File tree

5 files changed

+247
-247
lines changed

5 files changed

+247
-247
lines changed

package-lock.json

Lines changed: 16 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/jaeger-ui/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"@babel/preset-typescript": "^7.24.6",
1818
"@testing-library/jest-dom": "^6.4.5",
1919
"@testing-library/react": "^15.0.7",
20+
"@testing-library/user-event": "^14.6.1",
2021
"@types/deep-freeze": "^0.1.1",
2122
"@types/lodash": "^4.17.0",
2223
"@types/object-hash": "^3.0.2",

0 commit comments

Comments
 (0)