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 2fa5eca commit b2ed30eCopy full SHA for b2ed30e
tests/utils/get-element-type.js
@@ -1,5 +1,5 @@
1
const {getElementType} = require('../../lib/utils/get-element-type')
2
-const {mockJSXAttribute, mockJSXOpeningElement} = require('./helpers')
+const {mockJSXAttribute, mockJSXOpeningElement} = require('./mocks')
3
4
const mocha = require('mocha')
5
const describe = mocha.describe
tests/utils/get-role.js
const {getRole} = require('../../lib/utils/get-role')
const it = mocha.it
tests/utils/helpers.js renamed to tests/utils/mocks.js
0 commit comments