The distributed test-utils.js starts with an import statement.
Leading to the following jest error:

Due to this it must be transpiled...
In your test configuration you are including a local file (not in node_modules) therefore it is not a problem...
Since I use react-create-app it is even impossible to use the transformIgnorePatterns option

...
Thanks
Ognian