Files
pnpm/packages/plugin-commands-nvm/test/node.test.ts

6 lines
154 B
TypeScript

import { node } from '@pnpm/plugin-commands-nvm'
test('check API (placeholder test)', async () => {
expect(typeof node.getNodeDir).toBe('function')
})