diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-10-01 20:19:32 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-10-01 20:19:32 -0400 |
| commit | 2574e88b64905c850c068af328c347a88d1b1d08 (patch) | |
| tree | ac2032c683b3f95ee4542f1a7e336a7e9c26da16 /package.json | |
| parent | e96f529b8555c923b95f9ab074d081004ad7dae6 (diff) | |
| download | chine-projet-2574e88b64905c850c068af328c347a88d1b1d08.tar.gz chine-projet-2574e88b64905c850c068af328c347a88d1b1d08.tar.bz2 chine-projet-2574e88b64905c850c068af328c347a88d1b1d08.zip | |
Added stuff
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
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", |
