diff options
author | Joel Kronqvist <joel.h.kronqvist@gmail.com> | 2022-01-22 20:54:27 +0200 |
---|---|---|
committer | Joel Kronqvist <joel.h.kronqvist@gmail.com> | 2022-01-22 20:54:27 +0200 |
commit | 9c8fc9f997a42926dedffedaaead5bdd6e9fc96f (patch) | |
tree | 2cd013c676cae7fae00762081451729591e33603 /package.json | |
parent | 708996ed58f031fd31d7696a98adfc287db9905a (diff) | |
download | LYLLRuoka-9c8fc9f997a42926dedffedaaead5bdd6e9fc96f.tar.gz LYLLRuoka-9c8fc9f997a42926dedffedaaead5bdd6e9fc96f.zip |
Fixed bug in day mechanics for the food search
Making monday first (0) instead of sunday was done twice, resulting with tuesday becoming first.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index cad9a81..ff58a92 100644 --- a/package.json +++ b/package.json @@ -25,5 +25,8 @@ "homepage": "https://github.com/JoelHMikael/FoodJS#readme", "dependencies": { "mysql2": "^2.3.3" + }, + "devDependencies": { + "jest": "^27.4.7" } } |