Skip to content

Commit

Permalink
refactor: fix proccess typo
Browse files Browse the repository at this point in the history
  • Loading branch information
allohamora committed Mar 30, 2024
1 parent f83d10e commit 91e8df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/utils/path.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import path from 'node:path';
import { PACKAGE_JSON_PATH, rootPath, ROOT_PATH } from 'src/utils/path';

describe('PATHS', () => {
test('ROOT_PATH should be proccess.cwd()', () => {
test('ROOT_PATH should be process.cwd()', () => {
const actual = ROOT_PATH;
const expected = process.cwd();

Expand Down

0 comments on commit 91e8df7

Please sign in to comment.