9d3c886f35
Change-Id: If575d8d9b481476203cc08c80d95d49273d45c29
11 lines
316 B
JavaScript
11 lines
316 B
JavaScript
// Copyright (C) 2022 Storj Labs, Inc.
|
|
// See LICENSE for copying information.
|
|
|
|
module.exports = {
|
|
preset: '@vue/cli-plugin-unit-jest/presets/typescript',
|
|
setupFiles: ["./jest.setup.ts"],
|
|
testEnvironment: 'jsdom',
|
|
transform: {
|
|
"^.+\\.svg$": "<rootDir>/tests/unit/mock/svgTransform.js"
|
|
}
|
|
} |