'How to remove "meta.json" file to be accessible as a route?

I have built a React application and if I try to access the route "/meta.json" it shows the user this:

enter image description here

This is causing some of my tests to fail, how can I hide/remove it from being accessible?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source