RocketChat/Rocket.Chat

View on GitHub
packages/ui-kit/jest.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
    preset: 'ts-jest',
    testEnvironment: 'node',
    errorOnDeprecated: true,
    testMatch: ['<rootDir>/src/**/*.spec.[jt]s?(x)'],
};