Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit 896ab15

Browse files
committed
[Chore] update README.md
1 parent 7b4061a commit 896ab15

File tree

4 files changed

+23
-5
lines changed

4 files changed

+23
-5
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# react-11th-practice-server
22

33
리액트 미션 진행시 사용하기 위한 실습용 서버
4+
5+
[API Document](https://www.notion.so/sumins/Practice-server-API-Documentation-53ab36dfe92a40b984362415c244ceb9)

jest.config.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,7 @@ module.exports = {
6363
// ],
6464

6565
// An array of file extensions your modules use
66-
moduleFileExtensions: [
67-
'js',
68-
'ts',
69-
'json'
70-
],
66+
moduleFileExtensions: ['js', 'ts', 'json'],
7167

7268
// A map from regular expressions to module names that allow to stub out resources with a single module
7369
// moduleNameMapper: {},

package-lock.json

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
},
5454
"devDependencies": {
5555
"@types/express": "^4.16.0",
56+
"@types/express-jwt": "0.0.42",
5657
"@types/http-errors": "^1.6.3",
5758
"@types/jest": "^23.3.8",
5859
"@types/lodash": "^4.14.118",

0 commit comments

Comments
 (0)