Skip to content

Commit

Permalink
remove rebase comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlundien committed Jul 10, 2023
1 parent 71984e6 commit 358a75e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/__tests__/FontAwesomeIcon.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,7 @@ describe("unrelated Vue data options", () => {
const wrapper = compileAndMount({
template: '<font-awesome-icon class="extra" :icon="icon" />',
data() {
<<<<<<< HEAD
return { icon: faCoffee }
=======
return { icon: faCoffee };
>>>>>>> 444dbfa (add tests for family (#458))
},
components: {
FontAwesomeIcon,
Expand Down

0 comments on commit 358a75e

Please sign in to comment.