Skip to content

Commit f8d4ee5

Browse files
authored
Merge pull request #10 from eunjae-lee/master
Updating `dom-testing-library` to ^3.14.0
2 parents 263f02d + b0fd800 commit f8d4ee5

File tree

4 files changed

+1887
-686
lines changed

4 files changed

+1887
-686
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"license": "MIT",
2929
"dependencies": {
3030
"@vue/test-utils": "^1.0.0-beta.26",
31-
"dom-testing-library": "^3.13.0",
31+
"dom-testing-library": "^3.14.0",
3232
"vue": "^2.5.17",
3333
"vue-template-compiler": "^2.5.17"
3434
},
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

33
exports[`Fetch makes an API call and displays the greeting when load-greeting is clicked 1`] = `
4-
<div><button data-testid="load-greeting">
4+
<div>
5+
<button data-testid="load-greeting">
56
Fetch
6-
</button> <span data-testid="greeting-text">hello there</span>
7-
{{ data ? : null}
7+
</button> <span data-testid="greeting-text">hello there</span> {{ data ? : null}
88
</div>
99
`;

0 commit comments

Comments
 (0)