mirror of
https://github.com/GeorgeSG/lovelace-time-picker-card.git
synced 2025-12-28 21:00:29 +00:00
9 lines
291 B
JavaScript
9 lines
291 B
JavaScript
module.exports = {
|
|
preset: 'ts-jest/presets/js-with-babel',
|
|
testRegex: '/test/.*\\.test?\\.ts$',
|
|
transformIgnorePatterns: [
|
|
'node_modules/(?!(testing-library__dom|@open-wc|lit-html|lit-element|pure-lit|lit-element-state-decoupler)/)',
|
|
],
|
|
moduleFileExtensions: ['ts', 'js'],
|
|
};
|