Skip to content

Commit

Permalink
test(file-uploader): update tests for FileUploader (#5626)
Browse files Browse the repository at this point in the history
* chore: check-in work

* chore: check-in work

* test(file-uploader): update test for FileUploaderButton

* test(file-uploader): update tests for FileUploaderDropContainer

* test(file-uploader): update tests for FileUploader

* test(file-uploader): add tests for axe and DAP

* chore(file-uploader): remove eslint violations

* chore(file-uploader): update snapshots
  • Loading branch information
joshblack committed Mar 18, 2020
1 parent 9d15d10 commit b0223d8
Show file tree
Hide file tree
Showing 12 changed files with 567 additions and 528 deletions.
2 changes: 0 additions & 2 deletions packages/react/__tests__/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2495,7 +2495,6 @@ Map {
"defaultProps": Object {
"onDelete": [Function],
"status": "uploading",
"uuid": "id1",
},
"propTypes": Object {
"errorBody": Object {
Expand Down Expand Up @@ -2527,7 +2526,6 @@ Map {
"type": "oneOf",
},
"uuid": Object {
"isRequired": true,
"type": "string",
},
},
Expand Down
356 changes: 0 additions & 356 deletions packages/react/src/components/FileUploader/FileUploader-test.js

This file was deleted.

Loading

0 comments on commit b0223d8

Please sign in to comment.