From 13b87014472c0ab923428901b1783d0094fbdd58 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Mon, 2 Dec 2024 15:02:36 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a9ab5ec..ea3ca8d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -106,9 +106,7 @@ exports.config = { ``` #### Running Tests -If you've written a new provider you are an awesome person. You know it and I do. If you now write tests for it, you are even more awesome. And who doesn't want to be more awesome right? - -To write tests for provider, you need to use Node 8 as the tests are using `async / await` +If you've written a new provider you are an awesome person. If you now write tests for it, you are even more awesome. And who doesn't want to be more awesome right? #### Codestyle I'm using Eslint to maintain quote style and quality. Do not skip it...