Files
mostlymatter/webapp/platform/client/jest.config.js
2023-05-17 16:51:11 -04:00

12 строки
318 B
JavaScript

// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
/** @type {import('jest').Config} */
module.exports = {
moduleNameMapper: {
'^@mattermost/types/(.*)$': '<rootDir>/../types/src/$1',
},
setupFiles: ['<rootDir>/src/setupTests.ts'],
};