mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-02 06:22:52 -04:00
6 lines
154 B
TypeScript
6 lines
154 B
TypeScript
import { node } from '@pnpm/plugin-commands-nvm'
|
|
|
|
test('check API (placeholder test)', async () => {
|
|
expect(typeof node.getNodeDir).toBe('function')
|
|
})
|