()
| 36 | } |
| 37 | |
| 38 | export function getUpdateStateFilePath(): string { |
| 39 | return path.join(getStateDir(), UPDATE_STATE_FILE_NAME); |
| 40 | } |
| 41 | |
| 42 | export function getPreviewsDir(): string { |
| 43 | return path.join(getCacheDir(), PREVIEWS_DIR_NAME); |
no test coverage detected