Skip to content

Commit

Permalink
Fix: Properly build and extend expect with types
Browse files Browse the repository at this point in the history
  • Loading branch information
evelynhathaway committed Feb 3, 2021
1 parent 5c55e5d commit b201eae
Show file tree
Hide file tree
Showing 5 changed files with 644 additions and 19,200 deletions.
3 changes: 3 additions & 0 deletions src/jest.d.ts → jest.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// eslint-disable-next-line spaced-comment
/// <reference types="jest">

declare namespace jest {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
interface Matchers<R, T> {
Expand Down
Loading

0 comments on commit b201eae

Please # to comment.