UNPKG
jest-ai
Version:
latest (2.0.3)
2.0.3
2.0.2
2.0.1
2.0.0
1.1.0
1.0.0
0.0.3
0.0.2
0.0.1
0.0.0
Custom jest matchers for testing AI applications
github.com/codeably-io/jest-ai
codeably-io/jest-ai
jest-ai
/
dist
/
matchers
/
to-satisfy-statement.d.ts
6 lines
(5 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
MatcherUtils
}
from
"expect"
;
export
declare
function
toSatisfyStatement
(
this
:
MatcherUtils
,
received
:
string
,
expected
:
string
):
Promise
<{
message
:
() =>
string
;
pass
:
boolean
; }>;