aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-10-01 20:19:32 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-10-01 20:19:32 -0400
commit2574e88b64905c850c068af328c347a88d1b1d08 (patch)
treeac2032c683b3f95ee4542f1a7e336a7e9c26da16 /package.json
parente96f529b8555c923b95f9ab074d081004ad7dae6 (diff)
downloadchine-projet-2574e88b64905c850c068af328c347a88d1b1d08.tar.gz
chine-projet-2574e88b64905c850c068af328c347a88d1b1d08.tar.bz2
chine-projet-2574e88b64905c850c068af328c347a88d1b1d08.zip
Added stuff
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 958031c..b9d50d1 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,8 @@
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
- "lint": "yarn lint:js"
+ "lint": "yarn lint:js",
+ "test:unit": "jest"
},
"dependencies": {
"core-js": "^3.6.5",