From 0e1215e5c9d55be59d7c515b1e7fae33ae104d27 Mon Sep 17 00:00:00 2001 From: MillenniumEarl Date: Thu, 11 Mar 2021 11:01:42 +0100 Subject: [PATCH] Ignore file in test --- src/example.ts | 2 ++ src/scripts/interfaces.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/example.ts b/src/example.ts index 102656d..89f97a5 100644 --- a/src/example.ts +++ b/src/example.ts @@ -4,6 +4,8 @@ // https://opensource.org/licenses/MIT /* eslint-disable no-console */ +/* istanbul ignore file */ + /* to use this example, create an .env file in the project root with the following values: diff --git a/src/scripts/interfaces.ts b/src/scripts/interfaces.ts index c9677e0..ba544c6 100644 --- a/src/scripts/interfaces.ts +++ b/src/scripts/interfaces.ts @@ -3,6 +3,8 @@ // This software is released under the MIT License. // https://opensource.org/licenses/MIT +/* istanbul ignore file */ + /** * Data relating to an external platform (i.e. Patreon). */