Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Fixes #87
Browse files Browse the repository at this point in the history
Resolves type error of undefined function
  • Loading branch information
atomicpages authored Jun 19, 2021
1 parent 1ce90ca commit e013aeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/matchers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import toEqualValue from "./toEqualValue"
import toHaveSelectorCount from "./toHaveSelectorCount"
import toEqualUrl from "./toEqualUrl"
import toHaveFocus from "./toHaveFocus"
import toMatchText from "./toMatchText"

export default {
toHaveText,
Expand All @@ -14,4 +15,5 @@ export default {
toHaveSelectorCount,
toEqualUrl,
toHaveFocus,
toMatchText
}

0 comments on commit e013aeb

Please sign in to comment.