Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vdiez committed Nov 10, 2023
1 parent 28ceea5 commit c7982d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jsts/tests/dependencies/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ describe('initialize package.json files', () => {
).toBeNull();
});

it('should return log error when cannot access baseDir', async () => {
it('should log error when cannot access baseDir', async () => {
const baseDir = path.posix.join(toUnixPath(__dirname), 'fixtures');

console.error = jest.fn();
Expand Down

0 comments on commit c7982d1

Please sign in to comment.