From ba74f7a83bd66906279726d44fcacdcd0f773ca7 Mon Sep 17 00:00:00 2001 From: Francesco Borzì Date: Wed, 22 Jul 2020 21:09:32 +0200 Subject: Update keira3-internals.md --- docs/keira3-internals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/keira3-internals.md b/docs/keira3-internals.md index 1620259..71c0084 100644 --- a/docs/keira3-internals.md +++ b/docs/keira3-internals.md @@ -42,7 +42,7 @@ More specifically, we have: - **E2E tests**. We have a tiny set of e2e tests based on [Spectron](https://www.electronjs.org/spectron). For example, to check the sqlite integration. - ### Why automated testing? + ### Why test automation? Because every time you modify your app, you never know if you are breaking any existing functionality unless you manually test everything again and again. -- cgit