Skip to content

Commit

Permalink
rename: rename folders
Browse files Browse the repository at this point in the history
removed all cache to enable case sensitivity in git
  • Loading branch information
feb-dain committed Feb 12, 2023
1 parent c53ebdb commit ab3216a
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions __tests__/MovementIndicator.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { movingDistance } = require("../src/Domain/MovementIndicator");
const { MOVEMENT } = require("../src/Constants/Constants");
const { movingDistance } = require("../src/domain/MovementIndicator");
const { MOVEMENT } = require("../src/constant/Constants");
const { FORWARD_DISTANCE } = MOVEMENT;

test.each([
Expand Down
2 changes: 1 addition & 1 deletion __tests__/SplitAndTrimString.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const splitAndTrimString = require("../src/Utils/SplitAndTrimString");
const splitAndTrimString = require("../src/util/SplitAndTrimString");

test("입력받은 자동차 이름 콤마(,)로 분리 후 앞뒤 공백 제거 테스트", () => {
const names = "야미,클린 ,레고, 타미";
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ab3216a

Please sign in to comment.