Skip to content

Commit

Permalink
Merge pull request #330 from EpistasisLab/FileUploadUnitTests2
Browse files Browse the repository at this point in the history
File upload unit tests2
  • Loading branch information
mgstauffer committed Jun 16, 2021
2 parents 42984c0 + c94b686 commit 8a5124f
Show file tree
Hide file tree
Showing 7 changed files with 1,295 additions and 469 deletions.
28 changes: 28 additions & 0 deletions lab/webapp/package-lock.json

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

2 changes: 2 additions & 0 deletions lab/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"clean-webpack-plugin": "^3.0.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.6.1",
"fetch-mock": "^7.7.3",
"html-webpack-plugin": "^3.2.0",
"html-webpack-template": "^6.2.0",
Expand All @@ -71,6 +72,7 @@
"webpack-merge": "^4.2.2"
},
"jest": {
"snapshotSerializers": ["enzyme-to-json/serializer"],
"transform": {
"^.+\\.jsx?$": "babel-jest",
"^.+\\.js?$": "babel-jest",
Expand Down
Loading

0 comments on commit 8a5124f

Please sign in to comment.