From 6c1804927c0d2347aef157913f736b1eae880687 Mon Sep 17 00:00:00 2001 From: Kunal Kundu Date: Mon, 1 Nov 2021 19:40:39 +0530 Subject: [PATCH] fix: typo regarding tests in contributing doc --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 00a38030e17..1e9bf55d6fe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,7 @@ Running some integration tests requires an active Netlify account to create a li You can either provide a [Netlify Auth Token](https://docs.netlify.com/cli/get-started/#obtain-a-token-in-the-netlify-ui) (through the `NETLIFY_AUTH_TOKEN` environment variable) or login via `./bin/run login` before running the tests. -The tests those count towards Netlify build minutes since they build a site locally and deploy it using the API. +The tests don't count towards Netlify build minutes since they build a site locally and deploy it using the API. > You can disable these tests by setting the `NETLIFY_TEST_DISABLE_LIVE` environment variable to `true`.