Resolve "Create basic testing setup." #23

Merged
clbertolini merged 6 commits from 5-create-basic-testing-setup into main 2023-10-06 21:33:36 +00:00
Showing only changes of commit 00ebe3afd9 - Show all commits

View File

@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"start": "node dist/index.js",
"lint": "eslint . --fix"
"lint": "eslint . --fix",
"test": "jest --coverage --verbose"
},
"author": "",
"license": "GPL-3.0-or-later",