mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
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: 3.0
|
|
|
|
/// <reference types="jest" />
|
|
export = expect;
|