Use @ instead of relative reference
This commit is contained in:
parent
aff8c4480d
commit
e1a4e4c471
1 changed files with 1 additions and 1 deletions
|
|
@ -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", () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue