Skip to content

Commit

Permalink
type: fix type error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 22, 2023
1 parent e7aa6a8 commit 6dba995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const whereis = require('../');

test('when which found our program', async () => {
let where = await whereis('ls');
expect(where).toBe('/bin/ls')
expect(where).toBe('/usr/bin/ls')
});

test('undefined', async () => {
Expand Down

0 comments on commit 6dba995

Please sign in to comment.