Skip to content

Commit

Permalink
fix: remove deprecated cleanup-after-each (#598)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This removes `@testing-library/react/cleanup-after-each` which is deprecated and hasn't done anything for many versions.
  • Loading branch information
kentcdodds committed Mar 12, 2020
1 parent 9fc8581 commit 7942f68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions cleanup-after-each.js

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -26,7 +26,6 @@
},
"files": [
"dist",
"cleanup-after-each.js",
"dont-cleanup-after-each.js",
"pure.js"
],
Expand Down Expand Up @@ -86,4 +85,4 @@
"url": "https://github.com/testing-library/react-testing-library/issues"
},
"homepage": "https://github.com/testing-library/react-testing-library#readme"
}
}

0 comments on commit 7942f68

Please sign in to comment.