From a289b192e41e4883ad0a3a5f0c067d611f5534e5 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 2 Mar 2022 23:31:32 +0900 Subject: [PATCH] =?UTF-8?q?dep:=20typescript=20test=20=EA=B8=B0=EB=B0=98?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 886ebbc7..cae652ab 100644 --- a/package.json +++ b/package.json @@ -60,8 +60,10 @@ "@babel/core": "^7.17.5", "@babel/preset-env": "^7.16.11", "@babel/preset-typescript": "^7.16.7", + "@types/chai": "^4.3.0", "@types/jquery": "^3.5.13", "@types/lodash": "^4.14.178", + "@types/mocha": "^9.1.0", "@types/node": "^17.0.18", "@types/react": "file:hwe/ts/@types/types__react", "@typescript-eslint/eslint-plugin": "^5.12.0", @@ -72,6 +74,7 @@ "babel-plugin-lodash": "^3.3.4", "babel-preset-modern-browsers": "^15.0.2", "bootswatch": "^5.1.3", + "chai": "^4.3.6", "clean-terminal-webpack-plugin": "^3.0.0", "css-loader": "^6.6.0", "cssnano": "^5.0.17", @@ -80,6 +83,7 @@ "eslint-plugin-vue": "^8.4.1", "file-loader": "^6.2.0", "mini-css-extract-plugin": "^2.5.3", + "mocha": "^9.2.1", "postcss-discard-duplicates": "^5.0.3", "postcss-import": "^14.0.2", "postcss-loader": "^6.2.1",