We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a49b9 commit 53b547fCopy full SHA for 53b547f
src/get-node-text.js
@@ -1,4 +1,4 @@
1
-const {TEXT_NODE} = require('./helpers')
+import {TEXT_NODE} from './helpers'
2
3
function getNodeText(node) {
4
if (node.matches('input[type=submit], input[type=button]')) {
0 commit comments