Ignore file in test
parent
83d049eeec
commit
0e1215e5c9
|
@ -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:
|
||||
|
|
|
@ -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).
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue