UNPKG

@patricksurry/g3

Version:

A flexible Javascript framework for building steam gauge instrument panels that display live external metrics from flight (or other) simulators like XPlane or MS FS2020

14 lines (13 loc) 261 B
export default { testEnvironment: 'jsdom', testMatch: ['**/tests/**/*.test.js'], "testPathIgnorePatterns": [ "\\.render\\.test\\.js$" ], collectCoverageFrom: [ 'src/**/*.js', '!src/**/*.html', '!src/contrib/**' ], transform: {} };