Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 230 Bytes

2018-10-12-replace-timestamps-for-tests.md

File metadata and controls

12 lines (10 loc) · 230 Bytes

Replace time stamps in json

For draft js tests, repalcing auto generated keys

In Visual code use this regex with * regex find

"key": "([a-zA-Z0-9]*)"

And replace with

"key": expect.any(String)//"ss8pm4p"