UNPKG
@sloughrey/mock-typeorm
Version:
latest (1.0.0)
1.0.0
Never hit the database again while testing
mock-typeorm-docs.vercel.app
@sloughrey/mock-typeorm
/
dist
/
types
/
helpers
/
mock-method.d.ts
3 lines
(2 loc)
•
154 B
TypeScript
View Raw
1
2
3
import
{
MockTypeORM
}
from
"../mock-typeorm"
;
export
declare
function
mockMethod
(
mockTypeORM
:
MockTypeORM
,
method
:
string
,
repositoryName
:
string
):
any
;