0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/e2e/cli/e2e-npm6/ping.spec.ts

10 lines
180 B
TypeScript
Raw Permalink Normal View History

import { describe } from 'vitest';
2024-09-29 05:47:10 -05:00
import { runPing } from '@verdaccio/e2e-cli-npm-common';
import { npm } from './utils';
describe('ping registry', () => {
runPing(npm);
});