mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
test: Create custom jest error messages using jest-expect-message (no-changelog) (#5666)
* using jest-expect-message to add custom error message * improve error message * improvements after merge --------- Co-authored-by: Michael Kret <michael.k@radency.com>
This commit is contained in:
@@ -20,5 +20,6 @@
|
||||
"sourceMap": true,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"exclude": ["**/dist/**/*", "**/node_modules/**/*"]
|
||||
"exclude": ["**/dist/**/*", "**/node_modules/**/*"],
|
||||
"files": ["node_modules/jest-expect-message/types/index.d.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user