// Copyright (C) 2022 Storj Labs, Inc. // See LICENSE for copying information. process.env.TZ = 'UTC'; module.exports = { preset: '@vue/cli-plugin-unit-jest/presets/typescript', setupFiles: ['./jest.setup.ts'], testEnvironment: 'jsdom', transform: { '^.+\\.svg$': '/tests/unit/mock/svgTransform.js', }, modulePathIgnorePatterns: ['/tests/unit/ignore'], moduleFileExtensions: [ 'js', 'ts', 'json', 'vue', ], };