Skip to content

Commit

Permalink
chore: added npm scripts related to testing
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Jan 31, 2023
1 parent 61801e4 commit 34a81c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"description": "A systemic Knex component",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "echo \"Error: no lint specified\" && exit 0"
"test": "jest --verbose ./**/*.test.js",
"test:coverage": "jest --verbose ./**/*.test.js --coverage",
"test:watch": "jest --verbose ./**/*.test.js --watchAll",
"lint": "standard",
"lint:fix": "standard --fix"
},
Expand Down

0 comments on commit 34a81c2

Please sign in to comment.