aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorcaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-23 00:33:18 -0400
committercaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-23 00:33:18 -0400
commit7c88c0bcca6e47cca4e2632df8ced778fa38c341 (patch)
tree6f6bb8ac77983da8883dc59cf11238db09d252ae /package.json
parent4d09a4a7105de76189fae41e86c9186ba7ff76fd (diff)
Final commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index c523f7b..d09705a 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"babel": "babel ui.js -o ui.b.js",
"webpack": "webpack",
"deploy": "cross-env NODE_ENV=production webpack -p",
- "test": "jest",
+ "test": "jest aoml.test.ts",
"test:coverage": "jest --coverage",
"build": "webpack --config webpack.config.js",
"start": "webpack serve --config webpack.config.js",
@@ -28,6 +28,8 @@
"@babel/core": "^7.17.5",
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
"@babel/preset-env": "^7.16.11",
+ "@babel/preset-typescript": "^7.16.7",
+ "@types/jest": "^27.4.1",
"babel-loader": "^8.2.3",
"copy-webpack-plugin": "^10.2.4",
"dotenv": "^16.0.0",