Use @ instead of relative reference

This commit is contained in:
brydon1 2023-06-28 16:39:44 -04:00
parent aff8c4480d
commit e1a4e4c471

View file

@ -3,7 +3,7 @@ import { createApp } from 'vue';
import { setActivePinia, createPinia } from "pinia";
import globalMethods from "@/global-methods";
import App from '@/App.vue';
import { getRandomString, getRandomGuid, getRandomInt, getRandomBoolean } from '../helpers/data-generation';
import { getRandomString, getRandomGuid, getRandomInt, getRandomBoolean } from '@/helpers/data-generation';
import { coverageStatuses } from "@/constants/coverage-statuses.js";
describe("Store", () => {