aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorcaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-23 00:38:26 -0400
committercaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-23 00:38:26 -0400
commitefe16e1c1e7d4b0ea13c04b816d046ad21eeadb0 (patch)
tree53de3eca82b676e453aa3e3a740608ba3fd116a1 /package.json
parent7c88c0bcca6e47cca4e2632df8ced778fa38c341 (diff)
Artifacts from testing
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index d09705a..b8e1512 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 aoml.test.ts",
+ "test": "jest",
"test:coverage": "jest --coverage",
"build": "webpack --config webpack.config.js",
"start": "webpack serve --config webpack.config.js",