0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00
verdaccio/e2e/cli/e2e-npm9/search.spec.ts

10 lines
187 B
TypeScript
Raw Normal View History

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