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:
Marcus
2023-05-05 17:50:10 +02:00
committed by GitHub
parent f00b2ae3ea
commit ee582cc3bd
5 changed files with 22 additions and 14 deletions

View File

@@ -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"]
}