From 7f387a618b9a56dd99c143be24254e229b763ee8 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Sun, 16 Jan 2022 11:52:45 -0500 Subject: [PATCH] docs(setup/local): update [skip ci] --- .github/readme/partials/documentation/setup/local.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/readme/partials/documentation/setup/local.md b/.github/readme/partials/documentation/setup/local.md index b88e126a..95fe75b0 100644 --- a/.github/readme/partials/documentation/setup/local.md +++ b/.github/readme/partials/documentation/setup/local.md @@ -43,3 +43,5 @@ Testing is done through [jest](https://github.com/facebook/jest) framework. To avoid consuming APIs requests and causing additional charges on external services, data are [mocked](/tests/mocks/index.mjs) using [JavaScript Proxies](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy) and [Faker.js](https://github.com/marak/Faker.js/) with randomly generated data. +Since tests are pretty long to run, it is advised to just let GitHub Actions do the testing. +