// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Publish endpoints - publish package should change the existing package 1`] = `[MockFunction]`; exports[`Publish endpoints - publish package should publish a new a new package 1`] = ` [MockFunction] { "calls": [ [ "verdaccio", { "dist-tags": {}, "name": "verdaccio", "time": {}, "versions": {}, }, [Function], ], ], "results": [ { "type": "return", "value": undefined, }, ], } `; exports[`Publish endpoints - publish package test start should star a package 1`] = ` [MockFunction] { "calls": [ [ "verdaccio", { "users": { "verdaccio": true, }, }, "15-e53a77096b0ee33e", [Function], ], ], "results": [ { "type": "return", "value": undefined, }, ], } `;