Skip to content

Commit a27b0df

Browse files
build: install axios for testing
1 parent acc8ce1 commit a27b0df

File tree

2 files changed

+33
-3
lines changed

2 files changed

+33
-3
lines changed

package-lock.json

Lines changed: 29 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: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,12 @@
5252
"devDependencies": {
5353
"@types/express": "^4.17.6",
5454
"@types/express-session": "^1.17.0",
55-
"@types/koa": "^2.11.3",
5655
"@types/jest": "^26.0.9",
56+
"@types/koa": "^2.11.3",
5757
"@types/node": "^14.0.11",
5858
"@typescript-eslint/eslint-plugin": "^3.8.0",
5959
"@typescript-eslint/parser": "^3.8.0",
60+
"axios": "^0.19.2",
6061
"body-parser": "^1.19.0",
6162
"chakram": "^1.5.0",
6263
"class-transformer": "^0.3.1",
@@ -68,14 +69,14 @@
6869
"handlebars": "^4.7.6",
6970
"husky": "^4.2.5",
7071
"jest": "^26.2.2",
71-
"lint-staged": "^10.2.11",
72-
"prettier": "^2.0.5",
7372
"kcors": "^2.2.2",
7473
"koa-convert": "^1.2.0",
7574
"koa-session": "^5.12.3",
7675
"koa-views": "^6.2.1",
76+
"lint-staged": "^10.2.11",
7777
"multer": "^1.4.2",
7878
"mustache-express": "^1.3.0",
79+
"prettier": "^2.0.5",
7980
"request": "^2.88.2",
8081
"rimraf": "3.0.2",
8182
"ts-jest": "^26.1.4",

0 commit comments

Comments
 (0)