Created by: btkelly
This change just allows the testMatch
for Jest to be overridden to allow changing of finding tests. We need this to be able to have mock files and test utility files for cleaner code organization and reuse.
I edited the file locally with my custom testMatch
config and saw that it applied successfully and ran the tests as expected.