| 121 | |
| 122 | const cacheFilePath = '/cache-file'; |
| 123 | const object = data => Object.assign(Object.create(null), data); |
| 124 | const createMap = obj => new Map(Object.keys(obj).map(key => [key, obj[key]])); |
| 125 | |
| 126 | // Jest toEqual does not match Map instances from different contexts |
no test coverage detected