Skip to content

Commit

Permalink
Merge pull request #256 from droberts-ctrlo/adding-unittests
Browse files Browse the repository at this point in the history
Jest package changes
  • Loading branch information
abeverley authored Oct 23, 2023
2 parents 865c7db + 584f027 commit 6a15305
Show file tree
Hide file tree
Showing 2 changed files with 1,401 additions and 16 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"build": "NODE_ENV=production webpack --progress --watch",
"jshint": "jshint public/js/*.js",
"lint": "eslint src",
"start": "npm-watch"
"start": "npm-watch",
"test": "jest"
},
"dependencies": {
"@egjs/hammerjs": "^2.0.0",
Expand Down Expand Up @@ -67,6 +68,7 @@
"eslint-config-problems": "^8.0.0",
"eslint-plugin-jsdoc": "^46.8.1",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.7.0",
"jshint": "^2.11.0",
"mini-css-extract-plugin": "^2.7.2",
"npm-watch": "^0.6.0",
Expand Down
Loading

0 comments on commit 6a15305

Please sign in to comment.