homebridge-prometheus-exporter/jest.config.js

7 lines
146 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,
}