()
| 13 | } from "./publishProject.js"; |
| 14 | |
| 15 | function makeProjectDir(): string { |
| 16 | return mkdtempSync(join(tmpdir(), "hf-publish-")); |
| 17 | } |
| 18 | |
| 19 | describe("createPublishArchive", () => { |
| 20 | it("packages the project and skips hidden files and node_modules", () => { |
no outgoing calls
no test coverage detected