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
/
types
/
jest.d.ts
13 lines
(11 loc)
•
247 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/// <reference types="jest" />
import
{
type
JestAIMatchers
}
from
'./matchers'
declare
global
{
namespace
jest
{
interface
Matchers
<R =
void
, T = {}>
extends
JestAIMatchers
<
ReturnType
<
typeof
expect.
stringContaining
>, R > {} } }