Skip to content

Commit

Permalink
chore: 테스트 파일명 대소문자 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ekek54 committed Dec 12, 2022
1 parent 62e25e3 commit b8002d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
testRegex: ".test.ts$",
testRegex: ".Test.ts$",
preset: "ts-jest",
testEnvironment: "node",
};
File renamed without changes.

0 comments on commit b8002d1

Please sign in to comment.