Skip to content

Commit

Permalink
feat: remove defs
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmcguire1 committed Jun 13, 2024
1 parent 2870f66 commit e7814d1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/CustomMetric.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ describe("CustomMetric.vue", () => {
const channelName = "Dummy Channel";

it("renders gauge when count is less than target", () => {
const title = "Dummy Title";
const description = "Dummy Description";
const gauge_colour = "#123456";
const displaySubButton = true;
const displayFollowButton = true;
const buttonTxtColour = "#abcdef";
const buttonBkgColour = "#fedcba";
const channelName = "Dummy Channel";

const wrapper = shallowMount(CustomMetric, {
propsData: {
title,
Expand Down

0 comments on commit e7814d1

Please sign in to comment.