Skip to content

Commit

Permalink
remove unused helper in test import
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlundien committed May 21, 2024
1 parent c63847d commit 10ffe56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/__tests__/FontAwesomeLayers.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import { library } from '@fortawesome/fontawesome-svg-core'
import { faCoffee, faCircle } from '../__fixtures__/icons'
import { compileAndMount, mountFromProps } from '../__fixtures__/helpers'
import { compileAndMount } from '../__fixtures__/helpers'
import FontAwesomeLayers from '../FontAwesomeLayers'

beforeEach(() => {
Expand Down

0 comments on commit 10ffe56

Please sign in to comment.