Reactjs – Remove warning "i18next: init: i18next is already initialized. You should call init just once"
I have an application where I want to use 2 configurations of i18next, one for the app and another for my tests, the problem is that when I run my tests, if the instance is used for testing and my…