UNPKG
@giancosta86/more-jest
Version:
latest (4.1.0)
4.1.0
4.0.2
4.0.1
4.0.0
3.0.1
3.0.0
2.1.0
2.1.0-beta.1
2.0.0
2.0.0-alpha.1
1.0.0
1.0.0-rc.5
1.0.0-rc.4
1.0.0-rc.3
1.0.0-rc.2
1.0.0-rc.1
TypeScript utilities for Jest
github.com/giancosta86/more-jest
giancosta86/more-jest
@giancosta86/more-jest
/
dist
/
matchers
/
toBeTrimmed.d.ts
3 lines
•
178 B
TypeScript
View Raw
1
2
3
/// <reference types="jest" />
export
declare function
toBeTrimmed
(
this
: jest.MatcherContext, actual: string)
: jest.CustomMatcherResult;
//# sourceMappingURL=toBeTrimmed.d.ts.map