Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 295 Bytes

readme.md

File metadata and controls

11 lines (8 loc) · 295 Bytes

Description

This is a test project demonstrating a bug in jest related to the String.prototype.matchAll() function.

Setup

Install using npm install

Run

Use npm start - there are no problems.

Test

Use npm test - TypeError: str.matchAll is not a function is displayed.