This is a test project demonstrating a bug in jest
related to the String.prototype.matchAll()
function.
Install using npm install
Use npm start
- there are no problems.
Use npm test
- TypeError: str.matchAll is not a function
is displayed.