1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-18 13:48:58 +02:00

fix: rename tests

This commit is contained in:
Tymoteusz Czech 2025-07-03 11:04:08 +02:00
parent 6812e36c2d
commit 6fa417c57a
No known key found for this signature in database
GPG Key ID: 133555230D88D75F

View File

@ -22,7 +22,7 @@ const TestWrapper = () => (
</Routes>
);
describe('useUrlState', () => {
describe('useImpactMetricsState', () => {
beforeEach(() => {
window.localStorage.clear();
});