UNPKG

@observertc/observer-js

Version:

Server Side NodeJS Library for processing ObserveRTC Samples

10 lines (9 loc) 290 B
module.exports = { roots: ['<rootDir>'], transform: { '^.+\\.tsx?$': 'ts-jest', }, testPathIgnorePatterns: ["/node_modules/", "/tests/helpers/"], testRegex: '(/tests/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$', moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], }