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). */