also pass registry in tests

This commit is contained in:
silverwind 2023-06-18 12:00:00 +02:00
parent 1a27cee83b
commit 6eb02c9578
Signed by: silverwind
GPG Key ID: 2E62B41C93869443

@ -123,6 +123,7 @@ test("simple", async () => {
"-C",
"--githubapi", githubUrl,
"--pypiapi", pypiUrl,
"--registry", npmUrl,
"-f", testFile,
]);
expect(stderr).toEqual("");