From 97ee9a8abbd102eb4b0e5d33a66fd1cfa9097cc7 Mon Sep 17 00:00:00 2001 From: Karyne Mayer Date: Mon, 13 May 2024 14:38:41 -0700 Subject: [PATCH] Fixes PriceChart tests to be component tests --- src/components/PriceChart.vue | 43 ++--- .../__tests__/components/PriceChart.spec.ts | 181 +++++++++--------- 2 files changed, 108 insertions(+), 116 deletions(-) diff --git a/src/components/PriceChart.vue b/src/components/PriceChart.vue index 819f58dc..06402ffd 100644 --- a/src/components/PriceChart.vue +++ b/src/components/PriceChart.vue @@ -1,12 +1,12 @@