0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-13 22:48:31 -05:00
verdaccio/e2e/cli/e2e-pnpm9/ping.spec.ts

10 lines
183 B
TypeScript
Raw Normal View History

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