mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-04 21:19:53 +08:00
* Update `TypeScript Version`s to be at least as high as dependencies' versions * Run through again
9 lines
297 B
TypeScript
9 lines
297 B
TypeScript
// Type definitions for jest-matchers 20.0
|
|
// Project: https://github.com/facebook/jest#readme
|
|
// Definitions by: Joscha Feth <https://github.com/joscha>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.3
|
|
|
|
/// <reference types="jest" />
|
|
export = expect;
|