Skip to content

Commit e308b78

Browse files
authored
Merge pull request #32 from testing-library/issue/27-cleanup-after-each
Issue/27 cleanup after each
2 parents 1367d61 + c22c827 commit e308b78

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cleanup-after-each.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
afterEach(require('./dist').cleanup)
1+
afterEach(require('./dist/vue-testing-library').cleanup)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@testing-library/vue",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Simple and complete Vue DOM testing utilities that encourage good testing practices.",
55
"main": "dist/vue-testing-library.js",
66
"scripts": {

0 commit comments

Comments
 (0)