Skip to content

Commit

Permalink
Merge pull request #32 from testing-library/issue/27-cleanup-after-each
Browse files Browse the repository at this point in the history
Issue/27 cleanup after each
  • Loading branch information
dfcook authored Jun 1, 2019
2 parents 1367d61 + c22c827 commit e308b78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cleanup-after-each.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
afterEach(require('./dist').cleanup)
afterEach(require('./dist/vue-testing-library').cleanup)
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testing-library/vue",
"version": "1.0.1",
"version": "1.0.2",
"description": "Simple and complete Vue DOM testing utilities that encourage good testing practices.",
"main": "dist/vue-testing-library.js",
"scripts": {
Expand Down

0 comments on commit e308b78

Please sign in to comment.