mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-02 17:57:06 +02:00
ci: Toggle jest verbosity off on package level (#30312)
This commit is contained in:
parent
4e1741834a
commit
793285069f
|
|
@ -31,7 +31,7 @@ const esmDependenciesRegex = `node_modules/(${esmDependenciesPattern})/.+\\.m?js
|
|||
|
||||
/** @type {import('jest').Config} */
|
||||
const config = {
|
||||
verbose: true,
|
||||
verbose: false,
|
||||
testEnvironment: 'node',
|
||||
testRegex: '\\.(test|spec)\\.(js|ts)$',
|
||||
testPathIgnorePatterns: ['/dist/', '/node_modules/'],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user