homebridge-prometheus-exporter/jest.config.js

8 lines
184 B
JavaScript
Raw Permalink Normal View History

2022-11-06 13:50:39 +01:00
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
verbose: true,
testPathIgnorePatterns: ['dist'],
2022-11-06 13:50:39 +01:00
}