Skip to content

Commit 53b547f

Browse files
authored
Update get-node-text.js
1 parent d5a49b9 commit 53b547f

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,4 +1,4 @@
1-
const {TEXT_NODE} = require('./helpers')
1+
import {TEXT_NODE} from './helpers'
22

33
function getNodeText(node) {
44
if (node.matches('input[type=submit], input[type=button]')) {

0 commit comments

Comments
 (0)