mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
e93d6a30a4
* migrate web package to vitest * migrate node-api to vitest * migrate file-locking vitest * migrate cli * remove jest from npm packages * Create weak-cherries-serve.md * update ci
5 lines
123 B
TypeScript
5 lines
123 B
TypeScript
import { describe, test } from 'vitest';
|
|
|
|
describe('cli test', () => {
|
|
test.todo('write some test for this module');
|
|
});
|