UNPKG

bluelinky2

Version:

An unofficial nodejs API wrapper for Hyundai bluelink

19 lines (17 loc) 361 B
process.env.LOG_LEVEL = 'none'; module.exports = { roots: ['<rootDir>'], transform: { '^.+\\.ts?$': 'ts-jest', }, testRegex: '(__tests__/.*|(\\.|/)(test|spec))\\.ts?$', moduleFileExtensions: ['ts', 'js', 'json', 'node'], globals: { 'ts-jest': { isolatedModules: true, diagnostics: { warnOnly: false } } } }