* Test unsigned file verification
()
| 400 | * Test unsigned file verification |
| 401 | */ |
| 402 | async function testUnsignedFile() { |
| 403 | const result = await verifyMcpbFile(TEST_MCPB); |
| 404 | expect(result.status).toBe("unsigned"); |
| 405 | } |
| 406 | |
| 407 | /** |
| 408 | * Test signature removal |
no test coverage detected
searching dependent graphs…