()
| 102 | } |
| 103 | |
| 104 | function getStorageKey() { |
| 105 | const localStorageFile = getOptionValue('--localstorage-file'); |
| 106 | const resolvedAbsolutePath = path.resolve(localStorageFile); |
| 107 | return 'file://' + resolvedAbsolutePath; |
| 108 | } |
| 109 | |
| 110 | module.exports = { |
| 111 | InspectorLocalStorage, |
no test coverage detected