Skip to content

Commit 79470f2

Browse files
author
Kent C. Dodds
authored
change quotes
1 parent 00d14e8 commit 79470f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/get-node-text.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function getNodeText(node) {
22
const window = node.ownerDocument.defaultView
33

4-
if (node.matches("input[type=submit], input[type=button]")) {
4+
if (node.matches('input[type=submit], input[type=button]')) {
55
return node.value;
66
}
77

0 commit comments

Comments
 (0)