Skip to content

Commit

Permalink
fix: false error messages regarding JestMatchers in tests (#1371)
Browse files Browse the repository at this point in the history
add reference for jest-extended in typings.spec.d.ts due to the fact that some editors (WebStorm) do not recognize the custom jest-extended matchers properly.
  • Loading branch information
kepek authored Feb 16, 2023
1 parent afbc21d commit 466283c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/typings.spec.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/// <reference types="jest" />
/// <reference types="jest-extended" />

declare namespace jest {
interface Describe {
Expand Down

0 comments on commit 466283c

Please sign in to comment.