Skip to content

Commit

Permalink
Rename helpers to mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
khiga8 committed Jul 12, 2023
1 parent 2fa5eca commit b2ed30e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/utils/get-element-type.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const {getElementType} = require('../../lib/utils/get-element-type')
const {mockJSXAttribute, mockJSXOpeningElement} = require('./helpers')
const {mockJSXAttribute, mockJSXOpeningElement} = require('./mocks')

const mocha = require('mocha')
const describe = mocha.describe
Expand Down
2 changes: 1 addition & 1 deletion tests/utils/get-role.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const {getRole} = require('../../lib/utils/get-role')
const {mockJSXAttribute, mockJSXOpeningElement} = require('./helpers')
const {mockJSXAttribute, mockJSXOpeningElement} = require('./mocks')
const mocha = require('mocha')
const describe = mocha.describe
const it = mocha.it
Expand Down
File renamed without changes.

0 comments on commit b2ed30e

Please sign in to comment.