Problem: test-exclude (used by babel-plugin-istanbul for Jest coverage) expects glob to export a function, but glob v11 exports an object. This breaks coverage collection.
The latest possible version of glob that can be installed is 10.3.3.
The earliest fixed version is 10.5.0.
Version in package.json here specified as ^10.4.1
Problem: test-exclude (used by babel-plugin-istanbul for Jest coverage) expects glob to export a function, but glob v11 exports an object. This breaks coverage collection.
The latest possible version of glob that can be installed is 10.3.3.
The earliest fixed version is 10.5.0.
Version in package.json here specified as ^10.4.1