DefinitelyTyped/types/jest-matchers/index.d.ts
2018-12-05 10:09:58 -05:00

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: 3.0
/// <reference types="jest" />
export = expect;