diff --git a/client/jest.config.js b/client/jest.config.js index b0ad431e..664b42ed 100644 --- a/client/jest.config.js +++ b/client/jest.config.js @@ -19,7 +19,8 @@ module.exports = { '/node_modules/' ], moduleNameMapper: { - '^@/(.*)$': '/src/$1' + '^@/(.*)$': '/src/$1', + '^gql/(.*)$': '/src/graphql/gql/$1', }, snapshotSerializers: [ '/node_modules/jest-serializer-vue'