mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
TS@2.4; lint disablement
This commit is contained in:
Vendored
+2
-1
@@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/smooth-code/jest-puppeteer
|
||||
// Definitions by: Josh Goldberg <https://github.com/JoshuaKGoldberg>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.4
|
||||
|
||||
/// <reference types="jest" />
|
||||
|
||||
@@ -46,6 +46,7 @@ interface ExpectPuppeteer {
|
||||
|
||||
declare global {
|
||||
namespace jest {
|
||||
// tslint:disable-next-line no-empty-interface
|
||||
interface Matchers<R> extends ExpectPuppeteer { }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user