Skip to content

Updating dom-testing-library to ^3.14.0 #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions 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
Expand Up @@ -28,7 +28,7 @@
"license": "MIT",
"dependencies": {
"@vue/test-utils": "^1.0.0-beta.26",
"dom-testing-library": "^3.13.0",
"dom-testing-library": "^3.14.0",
"vue": "^2.5.17",
"vue-template-compiler": "^2.5.17"
},
Expand Down
6 changes: 3 additions & 3 deletions tests/__tests__/__snapshots__/fetch.js.snap
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Fetch makes an API call and displays the greeting when load-greeting is clicked 1`] = `
<div><button data-testid="load-greeting">
<div>
<button data-testid="load-greeting">
Fetch
</button> <span data-testid="greeting-text">hello there</span>
{{ data ? : null}
</button> <span data-testid="greeting-text">hello there</span> {{ data ? : null}
</div>
`;
Loading