@c8y/client
Version:
Client application programming interface to access the Cumulocity IoT-Platform REST services.
11 lines (10 loc) • 314 B
JavaScript
module.exports = {
testRunner: 'jest-jasmine2',
testEnvironment: 'jsdom',
transform: {
'^.+\\.tsx?$': 'ts-jest'
},
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$',
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
collectCoverageFrom: ['<rootDir>src/**/*.{ts}']
};