diff --git a/front/package.json b/front/package.json index df4d0d862..96968c420 100644 --- a/front/package.json +++ b/front/package.json @@ -141,7 +141,7 @@ "^.+\\.js$": "babel-jest" }, "moduleNameMapper": { - "^@/(.*)$": "/src/$1" + "^~/(.*)$": "/src/$1" }, "testEnvironment": "jsdom" } diff --git a/front/src/App.vue b/front/src/App.vue index 389addcbe..7ec5f741f 100644 --- a/front/src/App.vue +++ b/front/src/App.vue @@ -1,28 +1,28 @@