| 1 | import { signAddon } from 'amo-upload'; |
| 2 | import { mkdir, rename, writeFile } from 'fs/promises'; |
| 3 | import { join } from 'path'; |
| 4 | import { buildUpdatesList, readManifest } from './manifest-helper.js'; |
nothing calls this directly
no test coverage detected