From cb48a328f98ff8f9990d428678f070f5ff0edfc7 Mon Sep 17 00:00:00 2001 From: Dimitar Danailov Date: Thu, 18 Oct 2018 18:41:02 +0300 Subject: [PATCH] Chai fs - Github Id has a mistake (#29808) * Repo has a support for chai-fs. My pull request doesn't covers this combination: expect(path).to.be.a.file(msg).with.contents.that.match(/xyz/, msg); * Remove blank line, downgrade typescript version to 2.0.0 and strictNullChecks are equal to true. * Fix build issue with typescript verion. * Remove "v" from version. * Typescript version should be: 2.2 * fix lint issues * Fixed Github URL tag. --- types/chai-fs/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/chai-fs/index.d.ts b/types/chai-fs/index.d.ts index 144d7d6739..3b82eee078 100644 --- a/types/chai-fs/index.d.ts +++ b/types/chai-fs/index.d.ts @@ -1,6 +1,6 @@ // Type definitions for chai-fs 2.0 // Project: https://github.com/chaijs/chai-fs -// Definitions by: Dimitar Danailov +// Definitions by: Dimitar Danailov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.2