mirror of
https://github.com/aljazceru/n8n-nodes-signal-cli.git
synced 2025-12-17 06:14:20 +01:00
8 lines
193 B
JavaScript
8 lines
193 B
JavaScript
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node',
|
|
testPathIgnorePatterns: ['/node_modules/', '/dist/'],
|
|
prettierPath: require.resolve('prettier'),
|
|
testTimeout: 20000,
|
|
};
|