Skip to content

Commit

Permalink
chore: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Ramos committed Jul 19, 2024
1 parent a63d87e commit b1243f0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions __test__/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@ import test from 'ava';

import {
getDefinedPackageManager,
PackageManager,
getProjectRootPath
PackageManager
} from '../index';

test('get defined package manager', (t) => {
t.is(getDefinedPackageManager(), PackageManager.Pnpm);
});

test('get project root path', (t) => {
t.is(getProjectRootPath(process.cwd()), process.cwd());
});

0 comments on commit b1243f0

Please sign in to comment.