Skip to content

Commit

Permalink
working unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonstieglitz committed Sep 10, 2021
1 parent 5416d66 commit 2eb8795
Show file tree
Hide file tree
Showing 5 changed files with 329 additions and 50 deletions.
292 changes: 277 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"fs-extra": "^9.0.1",
"html-webpack-plugin": "4.5.0",
"jest-circus": "26.6.0",
"jest-environment-jsdom": "^27.1.1",
"jest-resolve": "26.6.0",
"mini-css-extract-plugin": "0.11.3",
"moment": "^2.29.1",
Expand Down Expand Up @@ -82,7 +83,7 @@
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "jest",
"test": "jest --env=jsdom",
"test:watch": "jest --watchAll",
"test:coverage": "jest --collect-coverage"
},
Expand Down
Loading

0 comments on commit 2eb8795

Please sign in to comment.