The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/packages/message-parser/jest.config.js

12 lines
318 B

const path = require('path');
module.exports = {
coverageReporters: [],
transform: {
'\\.pegjs$': path.resolve(__dirname, './loaders/pegtransform.js'),
},
preset: 'ts-jest',
errorOnDeprecated: true,
testMatch: ['<rootDir>/tests/**/*.(spec|test).ts'],
moduleFileExtensions: ['js', 'ts', 'pegjs'],
};